http://qs1969.pair.com?node_id=1104928


in reply to Re: rsFalse can't make some easy arithmetics :)
in thread Perl can't make some easy arithmetics :(

From a language design perspective, what do we gain by using machine-precision floating point as our default numeric representation? Nothing, really, except that it's easy to implement. I think modern languages should follow Python's lead and switch to extended-precision formats.