Zulip Chat Archive
Stream: Is there code for X?
Topic: Printing an “OfScientific object”
Geoffrey Irving (Aug 23 2024 at 12:16):
Is there a way to print the information of an OfScientific, in the same way I’d expect repr x
to work if ‘x = OfScientific.something a b c to work if
OfScientific.something` existed?
Geoffrey Irving (Aug 23 2024 at 12:21):
I guess I could make a scientific literal as syntax and print that way.
Last updated: May 02 2025 at 03:31 UTC