dcde0c perl-Math-BigInt-FastCalc-0.500.600 base

Merged and Committed by Packit 3 years ago
121 files changed. 201936 lines added. 0 lines removed.
CHANGES
file added
+424
CREDITS
file added
+8
FastCalc.xs
file added
+409
LICENSE
file added
+2
MANIFEST
file added
+121
MANIFEST.SKIP
file added
+11
META.json
file added
+45
META.yml
file added
+26
Makefile.PL
file added
+31
README
file added
+61
SIGNATURE
file added
+146
TODO
file added
+6
lib/Math/BigInt/FastCalc.pm
file added
+168
t/00sig.t
file added
+37
t/01load.t
file added
+26
t/02pod.t
file added
+14
t/03podcov.t
file added
+31
t/Math/BigInt/Lib/TestUtil.pm
file added
+39
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-_inc.dat
file added
+1127
t/author-lib-arithmetic-unary-_inc.t
file added
+166
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/bigfltpm.inc
file added
+2071
t/bigfltpm.t
file added
+75
t/bigintfc.t
file added
+425
t/bigintpm.inc
file added
+3300
t/bigintpm.t
file added
+81
t/biglog.t
file added
+244
t/bigroot.t
file added
+53
t/bootstrap.t
file added
+7
t/leak.t
file added
+80
t/mbi_rand.t
file added
+100
t/mbimbf.inc
file added
+1433
t/mbimbf.t
file added
+92
    perl-Math-BigInt-FastCalc-0.500.600 base
    
        
file added
+424
file added
+8
file added
+409
file added
+2
file added
+121
file added
+11
file added
+45
file added
+26
file added
+31
file added
+61
file added
+146
file added
+6
file added
+37
file added
+26
file added
+14
file added
+31
file added
+2
file added
+51
file added
+2071
file added
+75
file added
+425
file added
+3300
file added
+81
file added
+244
file added
+53
file added
+7
file added
+80
file added
+100
file added
+1433
file added
+92