BigFloat prints differently from Float(32|64) in scientific notation #56941
Labels
bignums
BigInt and BigFloat
display and printing
Aesthetics and correctness of printed representations of objects.
BigFloat
s always include the+
for the exponent and leading0
s but e.g.Float64
does not:Noticed by @pjaap in fredrikekre/Runic.jl#13 (comment).
The text was updated successfully, but these errors were encountered: