v/vlib/math
Delyan Angelov 716cb17aea
math.big: wrap all asserts in module code (not in tests) in `$if debug {}` (#14012)
2022-04-12 09:38:53 +03:00
..
big math.big: wrap all asserts in module code (not in tests) in `$if debug {}` (#14012) 2022-04-12 09:38:53 +03:00
bits
complex math.complex: make mutable the Complex.re and Complex.im fields (#13540) 2022-02-21 12:39:45 +02:00
fractions
internal
mathutil
stats
unsigned
util
README.md
ROADMAP.md
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.js.v
cbrt.v
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
floor.v
gamma.v
gamma_tables.v
hypot.v
invhyp.v
invtrig.js.v
invtrig.v math: allow `acos(0)` (fix #13876) (#13877) 2022-03-30 21:36:50 +03:00
log.v
math.c.v
math.v math: allow i64 in digits function and add count_digits function (#13729) 2022-03-14 10:41:01 +02:00
math_bench_test.v
math_test.v math: allow i64 in digits function and add count_digits function (#13729) 2022-03-14 10:41:01 +02:00
mathutil.v
mathutil_test.v
modf.v
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
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.