v/vlib/math
Delyan Angelov fe14e2fceb
cgen: use `c_name()` for escaping goto label names too
2021-12-11 19:41:44 +02:00
..
big math.big: add a new greatest-common-divisor-algo for big.Integer, also add a benchmark for it (#12261) 2021-10-26 11:10:13 +03:00
bits
complex
fractions
internal
mathutil
stats
util
ROADMAP.md
abs.js.v
abs.v
bits.js.v
bits.v checker: improve checking of a << b, when a and b are numbers (#12589) 2021-11-29 03:48:49 +03:00
cbrt.js.v
cbrt.v
const.v
div.v
erf.v math: rename small to small_ to prevent C errors (workaround unescaped C labels) (#12796) 2021-12-11 19:35:40 +02:00
erf_test.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
exp.js.v
exp.v
factorial.v
factorial_tables.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
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 vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
invtrig.v
log.v math: implement logarithm function in pure V (#12111) 2021-10-09 11:17:09 +03:00
math.c.v
math.v math: add fn clamp (#12205) 2021-10-17 06:42:40 +03:00
math_bench_test.v math: add some benchmark tests (#12142) 2021-10-11 14:20:07 +03:00
math_test.v math: add fn clamp (#12205) 2021-10-17 06:42:40 +03:00
modf.v
nextafter.v
poly.v
pow.c.v
pow.v
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
sin.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
sinh.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
sinh.v
sqrt.c.v math: remove the C backend for f64 functions (#12121) 2021-10-10 11:21:48 +03:00
sqrt.v
tan.c.v math: remove the C backend for f64 functions (#12121) 2021-10-10 11:21:48 +03:00
tan.js.v
tan.v
tanh.js.v
tanh.v
unsafe.js.v
unsafe.v