forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
422 B
Text
7 lines
422 B
Text
This module adds big number support to Math::Symbolic. It does so by
|
|
extending the parser of the Math::Symbolic module (that is, the one stored
|
|
in $Math::Symbolic::Parser) with certain special functions that create
|
|
arbitrary precision constants. (Math::Symbolic::Variable objects have been
|
|
able to contain arbitrary precision objects since the very beginning.)
|
|
|
|
WWW: http://search.cpan.org/dist/Math-SymbolicX-BigNum/
|