mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
8c0396f6bf
Approved by: tobez (implicit)
9 lines
483 B
Plaintext
9 lines
483 B
Plaintext
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
|
|
Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
|