Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / math / p5-Math-GMPq / pkg-descr
1 Math::GMPq is a bigrational module utilising the GNU MP (GMP) library. Basically
2 this module simply wraps all of the mpq rational functions provided by that
3 library. See the Math::GMPq test suite for some examples of usage.
4
5 IMPORTANT:
6 If your perl was built with '-Duse64bitint' you need to assign all integers
7 larger than 52-bit in a 'use integer;' block. Failure to do so can result in the
8 creation of the variable as an NV (rather than an IV) - with a resultant loss of
9 precision.
10
11 WWW: https://metacpan.org/release/Math-GMPq