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
mathutil
stats
unsigned
util
abs.js.v
abs.v math: move the math.mathutil generic min/max/abs fns to math (#13042) 2022-01-05 18:02:20 +02:00
bits.js.v
bits.v all: update copyright year 2022-01-04 12:21:12 +03:00
cbrt.js.v
cbrt.v
const.v
div.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
erf_test.v
erf.v math: rename small to small_ to prevent C errors (workaround unescaped C labels) (#12796) 2021-12-11 19:35:40 +02:00
exp.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
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
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
q_rsqrt.v
README.md
ROADMAP.md vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
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.