info > Math::BigInt::FastCalc

Not found locally for Math::BigInt::FastCalc. Try Google search

📛 NAME

Math::BigInt::FastCalc - Math::BigInt::Calc with some XS for more speed

🚀 Quick Reference

Use CaseCommandDescription
FastCalc backend for BigIntuse Math::BigInt lib => 'FastCalc';XS-accelerated big integer calculations
FastCalc backend for BigFloatuse Math::BigFloat lib => 'FastCalc';XS-accelerated big float calculations
FastCalc backend for BigRatuse Math::BigRat lib => 'FastCalc';XS-accelerated big rational calculations
View module documentationperldoc Math::BigInt::FastCalcShow full pod documentation

📖 SYNOPSIS

# to use it with Math::BigInt
use Math::BigInt lib => 'FastCalc';

# to use it with Math::BigFloat
use Math::BigFloat lib => 'FastCalc';

# to use it with Math::BigRat
use Math::BigRat lib => 'FastCalc';

📝 DESCRIPTION

Math::BigInt::FastCalc inherits from Math::BigInt::Calc.

Provides 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.

In 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';

🗄️ STORAGE

Math::BigInt::FastCalc works exactly like Math::BigInt::Calc. Numbers are stored in decimal form chopped into parts.

🛠️ METHODS

The following functions are now implemented in FastCalc.xs:

🐛 BUGS

Please report any bugs or feature requests to "bug-math-bigint-fastcalc at rt.cpan.org", or through the web interface at <https://rt.cpan.org/Ticket/Create.html?Queue=Math-BigInt-FastCalc> (requires login). We will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

🆘 SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Math::BigInt::FastCalc

You can also look for information at:

📜 LICENSE

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

👥 AUTHORS

Original 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 AT online.no> 2010-2016.

🔗 SEE ALSO

Math::BigInt::Lib for a description of the API.

Alternative libraries Math::BigInt::Calc, Math::BigInt::GMP, and Math::BigInt::Pari.

Some of the modules that use these libraries Math::BigInt, Math::BigFloat, and Math::BigRat.

perl v5.34.0 2026-06-23 Math::BigInt::FastCalc(3perl)

Math::BigInt::FastCalc
📛 NAME 🚀 Quick Reference 📖 SYNOPSIS 📝 DESCRIPTION 🗄️ STORAGE 🛠️ METHODS 🐛 BUGS 🆘 SUPPORT 📜 LICENSE 👥 AUTHORS 🔗 SEE ALSO

Generated by phpman v4.10.0-7-g98e9fd5 Author: Che Dong Under GNU General Public License
2026-09-07 01:39 @2600:1f28:365:80b0:6da3:f3b7:3cc7:cae0
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!