v/vlib/math
David 'Epper' Marshall 25df4fa143
time: add custom formatter (#14202)
2022-04-29 21:38:24 +02:00
..
big
bits
complex
fractions
internal
mathutil
stats
unsigned
util
README.md
ROADMAP.md
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
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 cgen: use `c_name()` for escaping goto label names too 2021-12-11 19:41:44 +02:00
gamma_tables.v
hypot.v
invhyp.v
invtrig.js.v
invtrig.v math: allow `acos(0)` (fix #13876) (#13877) 2022-03-30 21:36:50 +03:00
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 math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
q_rsqrt.v
scalbn.v
sin.c.v math: add some benchmark tests (#12142) 2021-10-11 14:20:07 +03:00
sin.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
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.