1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/math
2022-04-29 15:57:08 +03:00
..
big all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
bits ci: fix ./v -progress test-cleancode 2022-04-15 21:04:10 +03:00
complex
fractions
internal
mathutil
stats
unsigned all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
util
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.js.v
cbrt.v
const.v
div.v
erf_test.v
erf.v
exp.js.v
exp.v
factorial_tables.v
factorial_test.v
factorial.v
floor.js.v
floor.v
gamma_tables.v
gamma.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_bench_test.v time: add custom formatter (#14202) 2022-04-29 15:57:08 +03:00
math_test.v math: fix error for math.abs(0.0)/math.abs(0) (related #14165) (#14191) 2022-04-27 13:23:37 +03:00
math.c.v
math.v
mathutil_test.v
mathutil.v math: fix error for math.abs(0.0)/math.abs(0) (related #14165) (#14191) 2022-04-27 13:23:37 +03:00
modf.v
nextafter.v
poly.v
pow.c.v
pow.v
q_rsqrt.v
README.md
ROADMAP.md
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

Description:

math provides commonly used mathematical functions for trigonometry, logarithms, etc.