Query: math::bigint::fastcalc
OS: mojave
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Math::BigInt::FastCalc(3pm) Perl Programmers Reference Guide Math::BigInt::FastCalc(3pm)NAMEMath::BigInt::FastCalc - Math::BigInt::Calc with some XS for more speedSYNOPSISProvides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or Math::BigInt::Pari.DESCRIPTIONIn order to allow for multiple big integer libraries, Math::BigInt was rewritten to use library modules for core math routines. Any module which follows the same API as this can be used instead by using the following: use Math::BigInt lib => 'libname'; 'libname' is either the long name ('Math::BigInt::Pari'), or only the short version like 'Pari'. To use this library: use Math::BigInt lib => 'FastCalc'; Note that from Math::BigInt v1.76 onwards, FastCalc will be loaded automatically, if possible.STORAGEFastCalc works exactly like Calc, in stores the numbers in decimal form, chopped into parts.METHODSThe following functions are now implemented in FastCalc.xs: _is_odd _is_even _is_one _is_zero _is_two _is_ten _zero _one _two _ten _acmp _len _inc _dec __strip_zeros _copyLICENSEThis program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.AUTHORSOriginal math code by Mark Biggar, rewritten by Tels <http://bloodgate.com/> in late 2000. Separated from BigInt and shaped API with the help of John Peacock. Fixed, sped-up and enhanced by Tels http://bloodgate.com 2001-2003. Further streamlining (api_version 1 etc.) by Tels 2004-2007. Bug-fixing by Peter John Acklam <pjacklam@online.no> 2010-2011.SEE ALSOMath::BigInt, Math::BigFloat, Math::BigInt::GMP, Math::BigInt::FastCalc and Math::BigInt::Pari. perl v5.18.2 2014-01-06 Math::BigInt::FastCalc(3pm)
Related Man Pages |
---|
bigint(3pm) - redhat |
math::bigint::calc(3pm) - suse |
math::bigint::fastcalc5.18(3pm) - mojave |
math::bigint::fastcalc(3pm) - osx |
math::bigint::calc5.12(3pm) - osx |
Similar Topics in the Unix Linux Community |
---|
Math::MatrixReal 2.03 (Default branch) |
Tux Math Scrabble 0.5.5 (Default branch) |
I'm beginning to believe that Perl is crap. |
2 versions, 1 script (A tale of madness.) |
A Coder In The Math Class |