1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/math
2023-06-28 13:35:13 +03:00
..
big math.big: refactor big_test.v for scalability (#18696) 2023-06-28 13:35:13 +03:00
bits fmt: remove redundant parenthesis in the complex infix expr (#17873) 2023-04-04 13:47:48 +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 math: cbrt fix (#14395) 2022-05-14 21:06:38 +03:00
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 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 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: update documentation (#14457) 2022-05-20 08:45:54 +03:00
math_bench_test.v time: add custom formatter (#14202) 2022-04-29 15:57:08 +03:00
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 all: 2023 copyright 2023-03-28 22:55:57 +02: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 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 all: 2023 copyright 2023-03-28 22:55:57 +02:00

Description:

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