v/vlib/math
Delyan Angelov fc64f09f0b
crypto.md5: improve performance of md5.blockblock_generic
2022-05-30 21:56:39 +03:00
..
big math.big: fix Integer.bit_len() when there are no digits in the number 2022-05-18 08:29:08 +03:00
bits crypto.md5: improve performance of md5.blockblock_generic 2022-05-30 21:56:39 +03:00
complex
fractions
internal
mathutil
stats math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
unsigned math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
util
README.md
ROADMAP.md
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.js.v
cbrt.v math: cbrt fix (#14395) 2022-05-14 21:06:38 +03:00
const.v
div.v
erf.v
erf_test.v
exp.js.v
exp.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
factorial.v
factorial_tables.v
factorial_test.v
floor.js.v
floor.v
gamma.v
gamma_tables.v
hypot.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
invhyp.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
invtrig.js.v
invtrig.v
log.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
math.c.v
math.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
math_bench_test.v
math_test.v math: cbrt fix (#14395) 2022-05-14 21:06:38 +03:00
mathutil.v
mathutil_test.v
modf.v
nextafter.v
poly.v
pow.c.v
pow.v
q_rsqrt.v
scalbn.v
sin.c.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sin.js.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sin.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sinh.js.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sinh.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sqrt.c.v
sqrt.v
tan.c.v
tan.js.v
tan.v
tanh.js.v
tanh.v
unsafe.js.v
unsafe.v

README.md

Description:

math provides commonly used mathematical functions for trigonometry, logarithms, etc.