1Math::BigInt::CalcEmu(3U)ser Contributed Perl DocumentatiMoanth::BigInt::CalcEmu(3)
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 its
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 library directly,
20 possible even using a call to the native lib.
21
23 __emu_bxor
24 __emu_band
25 __emu_bior
26
28 Please report any bugs or feature requests to "bug-math-bigint at
29 rt.cpan.org", or through the web interface at
30 <https://rt.cpan.org/Ticket/Create.html?Queue=Math-BigInt> (requires
31 login). We will be notified, and then you'll automatically be notified
32 of progress on your bug as I make changes.
33
35 You can find documentation for this module with the perldoc command.
36
37 perldoc Math::BigInt::CalcEmu
38
39 You can also look for information at:
40
41 · RT: CPAN's request tracker
42
43 <https://rt.cpan.org/Public/Dist/Display.html?Name=Math-BigInt>
44
45 · AnnoCPAN: Annotated CPAN documentation
46
47 <http://annocpan.org/dist/Math-BigInt>
48
49 · CPAN Ratings
50
51 <http://cpanratings.perl.org/dist/Math-BigInt>
52
53 · Search CPAN
54
55 <http://search.cpan.org/dist/Math-BigInt/>
56
57 · CPAN Testers Matrix
58
59 <http://matrix.cpantesters.org/?dist=Math-BigInt>
60
61 · The Bignum mailing list
62
63 · Post to mailing list
64
65 "bignum at lists.scsys.co.uk"
66
67 · View mailing list
68
69 <http://lists.scsys.co.uk/pipermail/bignum/>
70
71 · Subscribe/Unsubscribe
72
73 <http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/bignum>
74
76 This program is free software; you may redistribute it and/or modify it
77 under the same terms as Perl itself.
78
80 (c) Tels http://bloodgate.com 2003, 2004 - based on BigInt code by Tels
81 from 2001-2003.
82
84 Math::BigInt, Math::BigFloat, Math::BigInt::GMP and Math::BigInt::Pari.
85
86
87
88perl v5.26.3 2017-03-15 Math::BigInt::CalcEmu(3)