v/vlib/math
Delyan Angelov 732d8101e0
math.big: add .bytes() and .bytes_trimmed() methods, `big.from_int(1024).bytes_trimmed() == [byte(0x00), 0x04]`
2021-07-19 17:17:08 +03:00
..
big math.big: add .bytes() and .bytes_trimmed() methods, `big.from_int(1024).bytes_trimmed() == [byte(0x00), 0x04]` 2021-07-19 17:17:08 +03:00
bits
complex all: use operator overloading on strings (p. 2) (#10183) 2021-05-24 11:38:31 +03:00
factorial
fractions
mathutil
stats all: use operator overloading on strings (p. 2) (#10183) 2021-05-24 11:38:31 +03:00
util
bits.v
const.v
math.c.v
math.js.v
math.v
math_test.v
unsafe.v