v/vlib/math
Delyan Angelov 62687842e2
Revert "math: add a new math.easing module (#13226)" (#13235)
This reverts commit 758d1f44ab.
2022-01-20 18:57:53 +02:00
..
big
bits math.bits: fix bits.div_64 behaviour for leading_zeros_64(y) = 0 2022-01-16 18:11:23 +02:00
complex
fractions
internal
mathutil math.mathutil: remove deprecated mathutil_test.v (workaround spurious test failures, due to same _test.v name) 2022-01-17 17:52:57 +02:00
stats
unsigned math.unsigned: add uint128 tests (#13213) 2022-01-19 11:18:46 +02:00
util
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
ROADMAP.md
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.js.v
cbrt.v
const.v
div.v
erf.v
erf_test.v
exp.js.v
exp.v
factorial.v
factorial_tables.v
factorial_test.v
floor.js.v
floor.v
gamma.v
gamma_tables.v
hypot.v
invhyp.v
invtrig.js.v
invtrig.v
log.v
math.c.v
math.v
math_bench_test.v
math_test.v
mathutil.v
mathutil_test.v
modf.v
nextafter.v
poly.v
pow.c.v
pow.v
q_rsqrt.v
scalbn.v
sin.c.v
sin.js.v
sin.v
sinh.js.v
sinh.v
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.