v/vlib/math
yuyi 108a01d65f
fmt: fix unnecessary line break in array init (fix #11448) (#11562)
2021-09-21 16:20:09 +03:00
..
big math.big: add Newton and Karatsuba algorithms (#11487) 2021-09-16 19:31:07 +03:00
bits fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
complex
fractions
internal
mathutil
stats fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
util
ROADMAP.md
abs.c.v
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.c.v
cbrt.js.v
cbrt.v
const.v
div.c.v
div.v
erf.c.v
erf.v
erf_test.v
exp.c.v
exp.js.v
exp.v
factorial.v
factorial_tables.v
factorial_test.v
floor.c.v
floor.js.v
floor.v
gamma.c.v
gamma.v
gamma_tables.v
hypot.c.v
hypot.v
invhyp.v
invtrig.c.v
invtrig.js.v
invtrig.v
log.c.v
log.js.v
log.v
math.c.v
math.v math: fix typos (#11533) 2021-09-18 12:23:31 +03:00
math_test.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
modf.v
nextafter.v
poly.v
pow.c.v
pow.js.v
pow.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
q_rsqrt.v
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.c.v
sinh.js.v
sinh.v
sqrt.c.v
sqrt.v
tan.c.v
tan.js.v
tan.v
tanh.c.v
tanh.js.v
tanh.v
unsafe.js.v
unsafe.v