v/vlib/math/big
Delyan Angelov ed17779434
math.big: fix Integer.bit_len() when there are no digits in the number
2022-05-18 08:29:08 +03:00
..
array_ops.v math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using `[direct_array_access]` (#14353) 2022-05-13 08:21:34 +03:00
array_ops_test.v math.big: fix subtract_digit_array (#11451) 2021-09-09 14:56:20 +03:00
big.js.v js: math.big support, f{32,64}_bits,from_bits support, typeof(expr).name support (#11260) 2021-08-21 17:18:57 +03:00
big.v math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using `[direct_array_access]` (#14353) 2022-05-13 08:21:34 +03:00
big_test.v math.big: fix Integer.bit_len() when there are no digits in the number 2022-05-18 08:29:08 +03:00
division_array_ops.v math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using `[direct_array_access]` (#14353) 2022-05-13 08:21:34 +03:00
division_array_ops_test.v rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
integer.v math.big: fix Integer.bit_len() when there are no digits in the number 2022-05-18 08:29:08 +03:00
large_number_power_and_string_conversion_test.v math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using `[direct_array_access]` (#14353) 2022-05-13 08:21:34 +03:00
special_array_ops.v math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using `[direct_array_access]` (#14353) 2022-05-13 08:21:34 +03:00
special_array_ops_test.v math.big: add Newton and Karatsuba algorithms (#11487) 2021-09-16 19:31:07 +03:00