Actions
Bug #14731
closedFloat() ignores exponent in long string
Bug #14731:
Float() ignores exponent in long string
Description
Related to #14729:
Float("1."+"00000"*Float::DIG+"0e10") #=> 10000000000.0
Float("1."+"00000"*Float::DIG+"_0e10") #=> 1.0
Actions