Search results for "dist:bignum"
bigint - transparent big integer support for Perl
All numeric literal in the given scope are converted to Math::BigInt objects. Numeric literal that represent non-integers are truncated to an integer. All results of expressions are also truncated to integer. All operators (including basic math opera...
PJACKLAM/bignum-0.66 - 16 May 2022 16:34:09 UTC
bigrat - transparent big rational number support for Perl
All numeric literal in the given scope are converted to Math::BigRat objects. All operators (including basic math operations) except the range operator ".." are overloaded. So, the following: use bigrat; $x = 1234; creates a Math::BigRat and stores a...
PJACKLAM/bignum-0.66 - 16 May 2022 16:34:09 UTC
bignum - transparent big number support for Perl
Literal numeric constants By default, every literal integer becomes a Math::BigInt object, and literal non-integer becomes a Math::BigFloat object. Whether a numeric literal is considered an integer or non-integers depends only on the value of the co...
PJACKLAM/bignum-0.66 - 16 May 2022 16:34:09 UTC
bigfloat - transparent big floating point number support for Perl
All numeric literals in the given scope are converted to Math::BigFloat objects. All operators (including basic math operations) except the range operator ".." are overloaded. So, the following: use bigfloat; $x = 1234; creates a Math::BigFloat and s...
PJACKLAM/bignum-0.66 - 16 May 2022 16:34:09 UTC