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
unsigned crypto, math: change option to result (#17580) 2023-03-10 10:31:05 +02:00
vec
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 all: 2023 copyright 2023-03-28 22:55:57 +02:00
min_max_abs_test.v
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 math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
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.