1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/math
2023-02-15 19:57:37 +02:00
..
big checker: add int signedness mismatch checking for function call arguments (#16750) 2022-12-24 06:28:35 +02:00
bits rand: add full precision f32 and f64 random functions; fix f32/f64 multipliers (#16875) 2023-01-19 15:21:47 +02:00
complex
fractions vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
internal
stats all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
unsigned vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
vec math: add math.vec module with generic 2D, 3D and 4D vector operations (#16710) 2022-12-19 18:10:48 +02:00
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 math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
factorial_tables.v
factorial_test.v
factorial.v math: fix typo in factorial.v (#17322) 2023-02-15 19:57:37 +02:00
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 math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
invhyp.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
invtrig.js.v
invtrig.v
log.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
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
min_max_abs_test.v math: remove the deprecated math.mathutil module too 2022-11-29 14:56:40 +02:00
min_max_abs.v math: remove the deprecated math.mathutil module too 2022-11-29 14:56:40 +02:00
modf.v
nextafter.v
poly.v
pow.c.v
pow.v
q_rsqrt.v
README.md
ROADMAP.md
scalbn.v
sin.c.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sin.js.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sin.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sinh.js.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sinh.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
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.