February 2012
Intermediate to advanced
1184 pages
37h 17m
English
use bignum;
This pragma bypasses the architecture-dependent treatment of
numeric operations to work with very large numbers (or numbers with more
decimal places), as well as handling the special value NaN (for not a number):
use bignum; say sqrt(2);
This pragma works by overloading the numeric operators to use Math::BigInt and Math::BigFloat to compute values. See bigint.
Read now
Unlock full access