a
Size: a a a
a
AP
a
AP
AP
a
$ perl -MJSON -E '$l = 99999999999.0123 + 0.00231432423; say encode_json({l=> $l})'
{"l":99999999999.0146}
AP
YS
B::svref_2object(\$x)->POK
VG
perl -le 'print 1234567890.123456;'
1234567890.12346
VG
VG
B::svref_2object(\$x)->POK
YS
YS
a
YS
perl -E 'say sprintf "%.9f", 1234567890123456.987654321;'
1234567890123457.000000000
YS
VG
VG
YS
AT