v/vlib/math
David 'Epper' Marshall 8d141878ce
math: cbrt fix (#14395)
2022-05-14 21:06:38 +03:00
..
big math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using `[direct_array_access]` (#14353) 2022-05-13 08:21:34 +03:00
bits
complex
fractions all: update copyright year 2022-01-04 12:21:12 +03:00
internal vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
mathutil math.mathutil: remove deprecated mathutil_test.v (workaround spurious test failures, due to same _test.v name) 2022-01-17 17:52:57 +02:00
stats
unsigned
util
README.md
ROADMAP.md
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.js.v
cbrt.v math: cbrt fix (#14395) 2022-05-14 21:06:38 +03:00
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 vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
floor.v
gamma.v
gamma_tables.v
hypot.v
invhyp.v
invtrig.js.v
invtrig.v
log.v
math.c.v
math.v
math_bench_test.v time: add custom formatter (#14202) 2022-04-29 15:57:08 +03:00
math_test.v math: cbrt fix (#14395) 2022-05-14 21:06:38 +03:00
mathutil.v
mathutil_test.v
modf.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
nextafter.v
poly.v
pow.c.v
pow.v
q_rsqrt.v
scalbn.v
sin.c.v
sin.js.v
sin.v
sinh.js.v
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
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.