1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/math
2022-11-15 16:53:13 +03:00
..
big vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
bits
complex
fractions vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
internal
mathutil
stats
unsigned vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
util
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.js.v
cbrt.v
const.v builtin,math: fix math.min_i64.str() (fix #16086) (#16089) 2022-10-17 19:36:46 +03:00
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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
gamma_tables.v
gamma.v
hypot.v
invhyp.v
invtrig.js.v
invtrig.v
log.v
math_bench_test.v
math_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
math.c.v
math.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
mathutil_test.v
mathutil.v
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.