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;
10 use Math::BigInt::CalcEmu;
11
13 Contains routines that emulate low-level math functions in BigInt, e.g.
14 optional routines the low-level math package does not provide on its
15 own.
16
17 Will be loaded on demand and called automatically by BigInt.
18
19 Stuff here is really low-priority to optimize, since it is far better
20 to implement the operation in the low-level math library directly,
21 possible even using a call to the native lib.
22
24 __emu_bxor
25 __emu_band
26 __emu_bior
28 This program is free software; you may redistribute it and/or modify it
29 under the same terms as Perl itself.
30
32 (c) Tels http://bloodgate.com 2003, 2004 - based on BigInt code by Tels
33 from 2001-2003.
34
36 Math::BigInt, Math::BigFloat, Math::BigInt::BitVect, Math::BigInt::GMP
37 and Math::BigInt::Pari.
38
39
40
41perl v5.16.3 2019-01-21 Math::BigInt::CalcEmu(3pm)