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