1Math::BigInt::CalcEmu(3pPme)rl Programmers Reference GuiMdaeth::BigInt::CalcEmu(3pm)
2
3
4
6 Math::BigInt::CalcEmu - Emulate low-level math with BigInt code
7
9 use Math::BigInt::CalcEmu;
10
12 Contains routines that emulate low-level math functions in BigInt, e.g.
13 optional routines the low-level math package does not provide on it's
14 own.
15
16 Will be loaded on demand and called automatically by BigInt.
17
18 Stuff here is really low-priority to optimize, since it is far better
19 to implement the operation in the low-level math libary directly,
20 possible even using a call to the native lib.
21
23 __emu_bxor
24 __emu_band
25 __emu_bior
27 This program is free software; you may redistribute it and/or modify it
28 under the same terms as Perl itself.
29
31 (c) Tels http://bloodgate.com 2003, 2004 - based on BigInt code by Tels
32 from 2001-2003.
33
35 Math::BigInt, Math::BigFloat, Math::BigInt::BitVect, Math::BigInt::GMP
36 and Math::BigInt::Pari.
37
38
39
40perl v5.10.1 2009-02-12 Math::BigInt::CalcEmu(3pm)