1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/math
2022-08-25 08:52:13 +03:00
..
big
bits
complex
fractions
internal vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
mathutil
stats
unsigned
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 math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
invtrig.js.v
invtrig.v
log.v
math_bench_test.v
math_test.v
math.c.v
math.v
mathutil_test.v
mathutil.v
modf.v
nextafter.v
poly.v
pow.c.v
pow.v math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
q_rsqrt.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
README.md
ROADMAP.md
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

Description:

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