You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(All of the formatting code should be in that impl_fmt.rs file)
The upper E is properly written in scientific notation (with decimal point after first digit) vs the lower e is for "integer" exponents (for large exponents), where no decimal point is added. This isn't documented anywhere, just my ad-hoc convention.
Examples (the non-parenthetical representation is a string used to construct the BigDecimal):
I looked through the source for the formatting and it appears "e" is the majority case but existing test cases check for "E" in a couple places.
The text was updated successfully, but these errors were encountered: