summaryrefslogtreecommitdiff
path: root/test/-ext-/bignum/test_mul.rb
AgeCommit message (Expand)Author
2018-03-13Rename test classes to allow stable test count when running test-all -jnobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-04-13* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr
2013-09-03Add tests.akr
2013-07-08* bignum.c (rb_big_sq_fast): New function for testing.akr
2013-07-08* bignum.c (bary_mul_balance): Reduce work memory.akr
2013-07-07* bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr
2013-07-07* internal.h (rb_big_mul_normal): Declared.akr