1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/math
2023-07-20 02:33:07 +03:00
..
big math.big: rework function naming and documentation (#18890) 2023-07-20 02:33:07 +03:00
bits builtin: reduce the number of array allocations for consts in all V programs (#18889) 2023-07-19 13:06:41 +03:00
complex fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
fractions all: 2023 copyright 2023-03-28 22:55:57 +02:00
internal
stats all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
unsigned crypto, math: change option to result (#17580) 2023-03-10 10:31:05 +02: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 all: 2023 copyright 2023-03-28 22:55:57 +02:00
cbrt.js.v
cbrt.v
const.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
div.v
erf_test.v
erf.v
exp.js.v
exp.v
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
gamma_tables.v
gamma.v
hypot.v
invhyp.v
invtrig.js.v
invtrig.v fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +03:00
limit.v math: add maxof[T]() and minof[T]() (#17905) 2023-04-07 15:48:37 +03:00
log.v
math_bench_test.v
math_test.v math: add maxof[T]() and minof[T]() (#17905) 2023-04-07 15:48:37 +03:00
math.c.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
math.v math: correct documentation error for math.signi, make it match the fn signature (#18872) 2023-07-18 17:25:47 +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 all: 2023 copyright 2023-03-28 22:55:57 +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
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 all: 2023 copyright 2023-03-28 22:55:57 +02:00

Description:

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