scientific notation exponents should be multiples of 3 #3115
Open
Description
sage: R = RealField(sci_not=True)
sage: a = R(23.4)
sage: a
2.34000000000000e1
sage: a = R(234.5)
sage: a
2.34500000000000e2
The exponent should only be a multiple of three for readability, because of units and its prefix names.
Component: numerical
Issue created by migration from https://trac.sagemath.org/ticket/3115