v/vlib/math
Delyan Angelov 6d97b0a407
checker: improve checking of a << b, when a and b are numbers (#12589)
2021-11-29 03:48:49 +03:00
..
big
bits
complex
fractions
internal
mathutil
stats
util
ROADMAP.md
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.js.v
cbrt.v
const.v
div.v
erf.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
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 vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
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_bench_test.v
math_test.v
modf.v
nextafter.v
poly.v
pow.c.v math: implement `pow` in pure V (#12105) 2021-10-08 17:44:55 +03:00
pow.v
q_rsqrt.v
scalbn.v math: implement `pow` in pure V (#12105) 2021-10-08 17:44:55 +03:00
sin.c.v
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