1Math::BigInt::CalcEmu(3pPme)rl Programmers Reference GuiMdaeth::BigInt::CalcEmu(3pm)
2
3
4

NAME

6       Math::BigInt::CalcEmu - Emulate low-level math with BigInt code
7

SYNOPSIS

9               use Math::BigInt::CalcEmu;
10

DESCRIPTION

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, pos‐
20       sible even using a call to the native lib.
21

METHODS

23       __emu_bxor
24
25       __emu_band
26
27       __emu_bior
28

LICENSE

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

AUTHORS

34       (c) Tels http://bloodgate.com 2003, 2004 - based on BigInt code by Tels
35       from 2001-2003.
36

SEE ALSO

38       Math::BigInt, Math::BigFloat, Math::BigInt::BitVect, Math::BigInt::GMP
39       and Math::BigInt::Pari.
40
41
42
43perl v5.8.8                       2001-09-21        Math::BigInt::CalcEmu(3pm)
Impressum