aureooms/js-integer-big-endian

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
src/core/arithmetic/gcd/_extended_euclidean_algorithm_loop.js135
C
1 day
src/core/convert/_convert_to_smaller.js21
C
1 day
src/core/convert/_convert_to_larger.js21
C
1 day
src/core/convert/_convert_dc.js119
B
6 hrs
src/core/arithmetic/div/_idivmod_dc.js58
B
4 hrs
src/core/convert/_convert_to_larger_slow.js39
A
3 hrs
src/core/arithmetic/pow/_pow_double.js41
A
3 hrs
src/core/arithmetic/sub/_sub.js29
A
2 hrs
src/core/convert/_convert_to_smaller_slow.js34
A
2 hrs
src/core/convert/_convert_to_smaller_fast.js34
A
2 hrs
src/core/arithmetic/div/_idivmod_dc_32.js40
A
2 hrs
src/core/convert/_convert_to_larger_fast.js32
A
2 hrs
src/core/arithmetic/mul/_karatsuba.js45
A
2 hrs
src/core/arithmetic/div/_idivmod_schoolbook_large_divisor.js44
A
2 hrs
src/core/arithmetic/add/_add.js23
A
2 hrs
src/core/arithmetic/div/_idivmod_schoolbook_subroutine_do.js42
A
2 hrs
src/core/arithmetic/div/_idivmod_slow.js25
A
2 hrs
src/core/arithmetic/div/_imod_schoolbook_large_divisor.js36
A
2 hrs
src/core/arithmetic/div/_imod_schoolbook_subroutine_do.js33
A
2 hrs
src/core/arithmetic/mul/_mul_limb.js20
A
2 hrs
src/core/arithmetic/gcd/_extended_euclidean_algorithm.js33
A
1 hr
src/core/arithmetic/pow/_pow_double_recursive.js32
A
1 hr
src/api/arithmetic/div/_divmod.js6
A
1 hr
src/core/arithmetic/sub/_isub.js18
A
1 hr
src/core/arithmetic/gcd/_euclidean_algorithm_loop.js23
A
1 hr
src/core/arithmetic/add/_iadd.js17
A
1 hr
src/core/arithmetic/mul/_mul.js21
A
1 hr
src/api/arithmetic/add/add.js12
A
1 hr
src/api/arithmetic/mul/mul.js14
A
1 hr
src/api/arithmetic/div/_idivmod.js26
A
1 hr
src/core/arithmetic/mul/_schoolbook_mul.js22
A
1 hr
src/api/arithmetic/div/_imod.js26
A
1 hr
src/core/arithmetic/div/_idivmod_dc_21.js23
A
1 hr
src/core/arithmetic/mul/_karatsuba_right_op_is_small.js40
A
1 hr
src/core/arithmetic/div/_idivmod_schoolbook.js32
A
1 hr
src/core/arithmetic/div/_idivmod_schoolbook_subroutine.js33
A
1 hr
src/core/compare/_cmp_n.js11
A
1 hr
src/core/convert/_convert.js8
A
1 hr
src/core/arithmetic/div/_idivmod_limb_with_prefix.js20
A
1 hr
src/core/arithmetic/div/_div_limb_with_prefix.js17
A
1 hr
src/core/convert/_convert_slow.js6
A
1 hr
src/core/arithmetic/div/_imod_schoolbook.js25
A
50 mins
src/core/arithmetic/div/_imod_schoolbook_subroutine.js16
A
50 mins
src/api/arithmetic/gcd/extended_euclidean_algorithm.js14
A
50 mins
src/api/arithmetic/gcd/euclidean_algorithm.js18
A
50 mins
src/api/arithmetic/add/iadd.js5
A
50 mins
src/core/arithmetic/div/_idivmod_limb.js4
A
50 mins
src/core/compare/_cmp.js12
A
45 mins
src/api/compare/cmp.js5
A
45 mins
src/core/arithmetic/add/_iadd_limb.js13
A
35 mins