1Math::BigInt::GMP(3) User Contributed Perl Documentation Math::BigInt::GMP(3)
2
3
4
6 Math::BigInt::GMP - Use the GMP library for Math::BigInt routines
7
9 Provides support for big integer calculations via means of the GMP
10 c-library.
11
12 Math::BigInt::GMP now no longer uses Math::GMP, but provides it's own
13 XS layer to access the GMP c-library. This cut's out another (perl sub
14 routine) layer and also reduces the memory footprint by not loading
15 Math::GMP and Carp at all.
16
18 This program is free software; you may redistribute it and/or modify it
19 under the same terms as Perl itself.
20
22 Tels <http://bloodgate.com/> in 2001-2007.
23
24 Thanx to Chip Turner for providing Math::GMP, which was inspiring my
25 work.
26
28 Math::BigInt, Math::BigInt::Calc.
29
30
31
32perl v5.12.0 2007-07-29 Math::BigInt::GMP(3)