v/vlib/math
Vincent Laisney 273154c1ae
math.big: add Newton and Karatsuba algorithms (#11487)
2021-09-16 19:31:07 +03:00
..
big math.big: add Newton and Karatsuba algorithms (#11487) 2021-09-16 19:31:07 +03:00
bits fmt: remove unnecessary parentheses after `return` (fix #11423) (#11435) 2021-09-08 14:19:53 +03:00
complex
fractions
internal
mathutil
stats math.stats: update math.stats using generics (#11482) 2021-09-13 10:20:38 +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 vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
gamma.c.v
gamma.v
gamma_tables.v
hypot.c.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
hypot.v
invhyp.v
invtrig.c.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
invtrig.js.v
invtrig.v
log.c.v
log.js.v
log.v
math.c.v
math.v
math_test.v
modf.v
nextafter.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
poly.v
pow.c.v
pow.js.v js: codegen fixes, W.I.P `os` availability for JS backend (#11281) 2021-08-23 14:25:02 +03:00
pow.v
q_rsqrt.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +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.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 vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
tanh.v
unsafe.js.v
unsafe.v