1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/math
2022-10-20 22:14:33 +03:00
..
big all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
bits crypto.md5: improve performance of md5.blockblock_generic 2022-05-30 21:56:39 +03:00
complex math.complex: make mutable the Complex.re and Complex.im fields (#13540) 2022-02-21 12:39:45 +02:00
fractions all: update copyright year 2022-01-04 12:21:12 +03:00
internal
mathutil math.mathutil: remove deprecated mathutil_test.v (workaround spurious test failures, due to same _test.v name) 2022-01-17 17:52:57 +02:00
stats math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
unsigned math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
util math: move the math.mathutil generic min/max/abs fns to math (#13042) 2022-01-05 18:02:20 +02:00
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 math: cbrt fix (#14395) 2022-05-14 21:06:38 +03:00
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 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
exp.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
factorial_tables.v
factorial_test.v math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
factorial.v math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
floor.js.v
floor.v math: add round_sig function for f64 (#14997) 2022-07-09 10:41:58 +03:00
gamma_tables.v
gamma.v cgen: use c_name() for escaping goto label names too 2021-12-11 19:41:44 +02:00
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 math: allow acos(0) (fix #13876) (#13877) 2022-03-30 21:36:50 +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 builtin,math: fix math.min_i64.str() (fix #16086) (#16089) 2022-10-17 19:36:46 +03:00
math.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
math.v math: add zpl stuff (#14543) 2022-06-21 00:17:49 +03:00
mathutil_test.v math: move the math.mathutil generic min/max/abs fns to math (#13042) 2022-01-05 18:02:20 +02:00
mathutil.v math: fix error for math.abs(0.0)/math.abs(0) (related #14165) (#14191) 2022-04-27 13:23:37 +03:00
modf.v
nextafter.v
poly.v
pow.c.v
pow.v math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
q_rsqrt.v
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
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 math: remove the C backend for f64 functions (#12121) 2021-10-10 11:21:48 +03:00
sqrt.v math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
tan.c.v math: remove the C backend for f64 functions (#12121) 2021-10-10 11:21:48 +03:00
tan.js.v
tan.v
tanh.js.v
tanh.v
unsafe.js.v
unsafe.v all: update copyright year 2022-01-04 12:21:12 +03:00

Description:

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