v/vlib/math/big
Alexander Medvednikov d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
..
array_ops.v math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (#13042) 2022-01-05 18:02:20 +02: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: implement big.integer in V (#11352) 2021-08-31 19:21:00 +03:00
big_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
division_array_ops.v math.big: wrap all asserts in module code (not in tests) in `$if debug {}` (#14012) 2022-04-12 09:38:53 +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 all: byte => u8 2022-04-15 14:58:56 +03:00
special_array_ops.v all: byte => u8 2022-04-15 14:58:56 +03:00
special_array_ops_test.v math.big: add Newton and Karatsuba algorithms (#11487) 2021-09-16 19:31:07 +03:00