3bf9d6 perl-Math-BigInt-1.9998.11 base

Merged and Committed by Packit Service 3 years ago
223 files changed. 256538 lines added. 0 lines removed.
BUGS
file added
+46
CHANGES
file added
+2132
CREDITS
file added
+37
GOALS
file added
+32
HISTORY
file added
+93
LICENSE
file added
+2
MANIFEST
file added
+223
MANIFEST.SKIP
file added
+13
META.json
file added
+44
META.yml
file added
+25
Makefile.PL
file added
+77
NEW
file added
+1
README
file added
+49
SIGNATURE
file added
+248
TODO
file added
+59
examples/1000.txt
file added
+104
examples/bigprimes.pl
file added
+136
examples/prime.pl
file added
+83
lib/Math/BigFloat.pm
file added
+5545
lib/Math/BigInt.pm
file added
+6653
lib/Math/BigInt/Calc.pm
file added
+2530
lib/Math/BigInt/CalcEmu.pm
file added
+394
lib/Math/BigInt/Lib.pm
file added
+2070
t/00sig.t
file added
+37
t/01load.t
file added
+27
t/02pod.t
file added
+14
t/03podcov.t
file added
+50
t/Math/BigFloat/Subclass.pm
file added
+49
t/Math/BigInt/BareCalc.pm
file added
+17
t/Math/BigInt/Lib/Minimal.pm
file added
+1018
t/Math/BigInt/Lib/TestUtil.pm
file added
+39
t/Math/BigInt/Scalar.pm
file added
+310
t/Math/BigInt/Subclass.pm
file added
+90
t/_e_math.t
file added
+116
t/alias.inc
file added
+18
t/author-batan-mbf.t
file added
+99
t/author-batan2-mbf.t
file added
+134
t/author-bexp-mbf.t
file added
+998
t/author-blog-mbf.t
file added
+265
t/author-blog-mbi.t
file added
+266
t/author-bmod-bdiv-mbi.t
file added
+443
t/author-bnok-mbi.t
file added
+20950
t/author-bpi-mbf.t
file added
+170
t/author-btmod-btdiv-mbi.t
file added
+432
t/author-lib-arithmetic-binary-_add.dat
file added
+576
t/author-lib-arithmetic-binary-_add.t
file added
+202
t/author-lib-arithmetic-binary-_div.dat
file added
+399
t/author-lib-arithmetic-binary-_div.t
file added
+189
t/author-lib-arithmetic-binary-_gcd.dat
file added
+2607
t/author-lib-arithmetic-binary-_gcd.t
file added
+172
t/author-lib-arithmetic-binary-_lcm.dat
file added
+5057
t/author-lib-arithmetic-binary-_lcm.t
file added
+172
t/author-lib-arithmetic-binary-_log_int.t
file added
+146
t/author-lib-arithmetic-binary-_mod.dat
file added
+12250
t/author-lib-arithmetic-binary-_mod.t
file added
+172
t/author-lib-arithmetic-binary-_modinv.dat
file added
+7312
t/author-lib-arithmetic-binary-_modinv.t
file added
+132
t/author-lib-arithmetic-binary-_mul.dat
file added
+538
t/author-lib-arithmetic-binary-_mul.t
file added
+200
t/author-lib-arithmetic-binary-_nok.dat
file added
+21443
t/author-lib-arithmetic-binary-_nok.t
file added
+164
t/author-lib-arithmetic-binary-_pow.t
file added
+176
t/author-lib-arithmetic-binary-_root.dat
file added
+80750
t/author-lib-arithmetic-binary-_root.t
file added
+164
t/author-lib-arithmetic-binary-_sub.dat
file added
+576
t/author-lib-arithmetic-binary-_sub.t
file added
+263
t/author-lib-arithmetic-ternary-_lsft.dat
file added
+7559
t/author-lib-arithmetic-ternary-_lsft.t
file added
+170
t/author-lib-arithmetic-ternary-_modpow.dat
file added
+15077
t/author-lib-arithmetic-ternary-_modpow.t
file added
+186
t/author-lib-arithmetic-ternary-_rsft.dat
file added
+4965
t/author-lib-arithmetic-ternary-_rsft.t
file added
+169
t/author-lib-arithmetic-unary-_dec.dat
file added
+1127
t/author-lib-arithmetic-unary-_dec.t
file added
+166
t/author-lib-arithmetic-unary-_dfac.dat
file added
+151
t/author-lib-arithmetic-unary-_dfac.t
file added
+136
t/author-lib-arithmetic-unary-_fac.dat
file added
+151
t/author-lib-arithmetic-unary-_fac.t
file added
+136
t/author-lib-arithmetic-unary-_fib.dat
file added
+251
t/author-lib-arithmetic-unary-_fib.t
file added
+140
t/author-lib-arithmetic-unary-_inc.dat
file added
+1127
t/author-lib-arithmetic-unary-_inc.t
file added
+166
t/author-lib-arithmetic-unary-_lucas.dat
file added
+251
t/author-lib-arithmetic-unary-_lucas.t
file added
+140
t/author-lib-arithmetic-unary-_sqrt.dat
file added
+1000
t/author-lib-arithmetic-unary-_sqrt.t
file added
+164
t/author-lib-bitwise-_and.dat
file added
+4761
t/author-lib-bitwise-_and.t
file added
+196
t/author-lib-bitwise-_or.dat
file added
+4761
t/author-lib-bitwise-_or.t
file added
+198
t/author-lib-bitwise-_xor.dat
file added
+4761
t/author-lib-bitwise-_xor.t
file added
+198
t/author-lib-boolean-_is_even.t
file added
+113
t/author-lib-boolean-_is_odd.t
file added
+113
t/author-lib-boolean-_is_one.t
file added
+105
t/author-lib-boolean-_is_ten.t
file added
+109
t/author-lib-boolean-_is_two.t
file added
+109
t/author-lib-boolean-_is_zero.t
file added
+109
t/author-lib-comparison-_acmp.t
file added
+142
t/author-lib-constructor-nullary-_one.t
file added
+107
t/author-lib-constructor-nullary-_ten.t
file added
+107
t/author-lib-constructor-nullary-_two.t
file added
+107
t/author-lib-constructor-nullary-_zero.t
file added
+107
t/author-lib-constructor-unary-_copy.t
file added
+143
t/author-lib-constructor-unary-_from_bin.dat
file added
+650
t/author-lib-constructor-unary-_from_bin.t
file added
+128
t/author-lib-constructor-unary-_from_bytes.dat
file added
+1000
t/author-lib-constructor-unary-_from_bytes.t
file added
+122
t/author-lib-constructor-unary-_from_hex.dat
file added
+340
t/author-lib-constructor-unary-_from_hex.t
file added
+128
t/author-lib-constructor-unary-_from_oct.dat
file added
+490
t/author-lib-constructor-unary-_from_oct.t
file added
+128
t/author-lib-constructor-unary-_new.t
file added
+128
t/author-lib-convert-number-_num.t
file added
+145
t/author-lib-convert-string-_as_bin.dat
file added
+650
t/author-lib-convert-string-_as_bin.t
file added
+115
t/author-lib-convert-string-_as_bytes.dat
file added
+1000
t/author-lib-convert-string-_as_bytes.t
file added
+111
t/author-lib-convert-string-_as_hex.dat
file added
+340
t/author-lib-convert-string-_as_hex.t
file added
+115
t/author-lib-convert-string-_as_oct.dat
file added
+490
t/author-lib-convert-string-_as_oct.t
file added
+115
t/author-lib-convert-string-_str.t
file added
+117
t/author-lib-convert-string-_to_bin.dat
file added
+650
t/author-lib-convert-string-_to_bin.t
file added
+115
t/author-lib-convert-string-_to_bytes.dat
file added
+1000
t/author-lib-convert-string-_to_bytes.t
file added
+111
t/author-lib-convert-string-_to_hex.dat
file added
+340
t/author-lib-convert-string-_to_hex.t
file added
+115
t/author-lib-convert-string-_to_oct.dat
file added
+490
t/author-lib-convert-string-_to_oct.t
file added
+115
t/author-lib-misc-_check.t
file added
+125
t/author-lib-misc-api_version.t
file added
+90
t/author-lib-property-_alen.t
file added
+129
t/author-lib-property-_digit.t
file added
+130
t/author-lib-property-_len.t
file added
+115
t/author-lib-property-_zeros.t
file added
+124
t/author-lib.ini
file added
+2
t/author-lib.t
file added
+51
t/author-numify-mbf.t
file added
+62
t/author-numify-mbi.t
file added
+83
t/author-relop-mbi-mbf.t
file added
+265
t/bare_mbf.t
file added
+16
t/bare_mbi.t
file added
+18
t/bare_mif.t
file added
+24
t/bdstr-mbf.t
file added
+275
t/bdstr-mbi.t
file added
+155
t/bestr-mbf.t
file added
+275
t/bestr-mbi.t
file added
+155
t/bfib-mbi.t
file added
+86
t/big_pi_e.t
file added
+34
t/bigfltpm.inc
file added
+2122
t/bigfltpm.t
file added
+75
t/bigintc.t
file added
+749
t/bigintpm.inc
file added
+3333
t/bigintpm.t
file added
+81
t/bigints.t
file added
+170
t/biglog.t
file added
+244
t/bigroot.t
file added
+53
t/blucas-mbi.t
file added
+86
t/bnstr-mbf.t
file added
+278
t/bnstr-mbi.t
file added
+158
t/bsstr-mbf.t
file added
+275
t/bsstr-mbi.t
file added
+158
t/calling-class-methods.t
file added
+119
t/calling-instance-methods.t
file added
+119
t/calling.t
file added
+70
t/config.t
file added
+132
t/const_mbf.t
file added
+16
t/constant.t
file added
+46
t/downgrade.t
file added
+57
t/dparts-mbf.t
file added
+294
t/dparts-mbi.t
file added
+162
t/eparts-mbf.t
file added
+294
t/eparts-mbi.t
file added
+162
t/from_bin-mbf.t
file added
+102
t/from_bin-mbi.t
file added
+128
t/from_hex-mbf.t
file added
+102
t/from_hex-mbi.t
file added
+128
t/from_oct-mbf.t
file added
+102
t/from_oct-mbi.t
file added
+128
t/inf_nan.t
file added
+400
t/isa.t
file added
+51
t/lib_load.t
file added
+32
t/mbf_ali.t
file added
+15
t/mbi_ali.t
file added
+15
t/mbi_rand.t
file added
+100
t/mbimbf.inc
file added
+1433
t/mbimbf.t
file added
+92
t/nan_cmp.t
file added
+39
t/new-mbf.t
file added
+119
t/new_overloaded.t
file added
+38
t/nparts-mbf.t
file added
+294
t/nparts-mbi.t
file added
+162
t/objectify_mbf.t
file added
+99
t/objectify_mbi.t
file added
+145
t/req_mbf0.t
file added
+15
t/req_mbf1.t
file added
+15
t/req_mbfa.t
file added
+15
t/req_mbfi.t
file added
+15
t/req_mbfn.t
file added
+16
t/req_mbfw.t
file added
+29
t/require.t
file added
+17
t/round.t
file added
+96
t/rt-16221.t
file added
+77
t/sparts-mbf.t
file added
+294
t/sparts-mbi.t
file added
+162
t/sub_ali.t
file added
+17
t/sub_mbf.t
file added
+36
t/sub_mbi.t
file added
+34
t/sub_mif.t
file added
+20
t/trap.t
file added
+85
t/upgrade.inc
file added
+1619
t/upgrade.t
file added
+22
t/upgrade2.t
file added
+17
t/upgradef.t
file added
+70
t/use.t
file added
+19
t/use_lib1.t
file added
+19
t/use_lib2.t
file added
+20
t/use_lib3.t
file added
+20
t/use_lib4.t
file added
+20
t/use_mbfw.t
file added
+32
t/with_sub.t
file added
+22
    perl-Math-BigInt-1.9998.11 base
    
        
file added
+46
file added
+2132
file added
+37
file added
+32
file added
+93
file added
+2
file added
+223
file added
+13
file added
+44
file added
+25
file added
+77
NEW
file added
+1
file added
+49
file added
+248
file added
+59
file added
+104
file added
+136
file added
+83
file added
+5545
file added
+6653
file added
+2530
file added
+2070
file added
+37
file added
+27
file added
+14
file added
+50
file added
+116
file added
+18
file added
+99
file added
+134
file added
+998
file added
+265
file added
+266
file added
+20950
file added
+170
file added
+2
file added
+51
file added
+16
file added
+18
file added
+24
file added
+275
file added
+155
file added
+275
file added
+155
file added
+86
file added
+34
file added
+2122
file added
+75
file added
+749
file added
+3333
file added
+81
file added
+170
file added
+244
file added
+53
file added
+86
file added
+278
file added
+158
file added
+275
file added
+158
file added
+70
file added
+132
file added
+16
file added
+46
file added
+57
file added
+294
file added
+162
file added
+294
file added
+162
file added
+102
file added
+128
file added
+102
file added
+128
file added
+102
file added
+128
file added
+400
file added
+51
file added
+32
file added
+15
file added
+15
file added
+100
file added
+1433
file added
+92
file added
+39
file added
+119
file added
+38
file added
+294
file added
+162
file added
+99
file added
+145
file added
+15
file added
+15
file added
+15
file added
+15
file added
+16
file added
+29
file added
+17
file added
+96
file added
+77
file added
+294
file added
+162
file added
+17
file added
+36
file added
+34
file added
+20
file added
+85
file added
+1619
file added
+22
file added
+17
file added
+70
file added
+19
file added
+19
file added
+20
file added
+20
file added
+20
file added
+32
file added
+22