Skip to content

scientific notation exponents should be multiples of 3 #3115

Open
@haraldschilly

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

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions