The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:bignum"

bignum - transparent big number support for Perl River stage three • 30 direct dependents • 363 total dependents

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.67 - 30 Dec 2023 13:48:09 UTC

bigint - transparent big integer support for Perl River stage three • 30 direct dependents • 363 total dependents

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.67 - 30 Dec 2023 13:48:09 UTC

bigrat - transparent big rational number support for Perl River stage three • 30 direct dependents • 363 total dependents

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.67 - 30 Dec 2023 13:48:09 UTC

bigfloat - transparent big floating point number support for Perl River stage three • 30 direct dependents • 363 total dependents

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.67 - 30 Dec 2023 13:48:09 UTC

lib/Math/BigRat/Trace.pm River stage three • 30 direct dependents • 363 total dependents

PJACKLAM/bignum-0.67 - 30 Dec 2023 13:48:09 UTC

lib/Math/BigInt/Trace.pm River stage three • 30 direct dependents • 363 total dependents

PJACKLAM/bignum-0.67 - 30 Dec 2023 13:48:09 UTC

lib/Math/BigFloat/Trace.pm River stage three • 30 direct dependents • 363 total dependents

PJACKLAM/bignum-0.67 - 30 Dec 2023 13:48:09 UTC
7 results (0.018 seconds)