next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: printingSeparator

printingSeparator -- string used to separate mantissa from exponent when printing real numbers

Synopsis

Description

i1 : 3000000000000.

o1 = 3e12

o1 : RR (of precision 53)
i2 : printingSeparator

o2 = e
i3 : printingSeparator = "E"

o3 = E
i4 : 3000000000000.

o4 = 3E12

o4 : RR (of precision 53)

See also

For the programmer

The object printingSeparator is a string.