The simple answer is no. Perl limits its range iterators to integers. But even if it allowed floating point iterators it wouldn't help you, as there is no binary floating point representation that can accurately hold a 315,653(*) 309 digit integer!
(*Perl lied to me! Don't use bignum; and use Math::BigInt; in the same code. It appears to get confused!)
In reply to Re: big integers forcing me to be a C programmer: "range iterator outside integer range"
by BrowserUk
in thread big integers forcing me to be a C programmer: "range iterator outside integer range"
by Boldra
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |