v/vlib/math
Delyan Angelov 716cb17aea
math.big: wrap all asserts in module code (not in tests) in `$if debug {}` (#14012)
2022-04-12 09:38:53 +03:00
..
big math.big: wrap all asserts in module code (not in tests) in `$if debug {}` (#14012) 2022-04-12 09:38:53 +03:00
bits math.bits: fix bits.div_64 behaviour for leading_zeros_64(y) = 0 2022-01-16 18:11:23 +02: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 vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
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 fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
unsigned math.unsigned: add uint128 tests (#13213) 2022-01-19 11:18:46 +02:00
util math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (#13042) 2022-01-05 18:02:20 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
ROADMAP.md vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
abs.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
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 math: inf,nan,fmod for the JS backend (#11246) 2021-08-20 01:14:49 +03:00
bits.v all: update copyright year 2022-01-04 12:21:12 +03:00
cbrt.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
cbrt.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
const.v all: update copyright year 2022-01-04 12:21:12 +03:00
div.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
erf.v math: rename small to small_ to prevent C errors (workaround unescaped C labels) (#12796) 2021-12-11 19:35:40 +02:00
erf_test.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
exp.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
exp.v math: implement `pow` in pure V (#12105) 2021-10-08 17:44:55 +03:00
factorial.v math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
factorial_tables.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
factorial_test.v math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
floor.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
floor.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
gamma.v cgen: use `c_name()` for escaping goto label names too 2021-12-11 19:41:44 +02:00
gamma_tables.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
hypot.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
invhyp.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
invtrig.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
invtrig.v math: allow `acos(0)` (fix #13876) (#13877) 2022-03-30 21:36:50 +03:00
log.v math: implement logarithm function in pure V (#12111) 2021-10-09 11:17:09 +03:00
math.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
math.v math: allow i64 in digits function and add count_digits function (#13729) 2022-03-14 10:41:01 +02:00
math_bench_test.v math: add some benchmark tests (#12142) 2021-10-11 14:20:07 +03:00
math_test.v math: allow i64 in digits function and add count_digits function (#13729) 2022-03-14 10:41:01 +02:00
mathutil.v math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (#13042) 2022-01-05 18:02:20 +02: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
modf.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
nextafter.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
poly.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
pow.c.v math: implement `pow` in pure V (#12105) 2021-10-08 17:44:55 +03:00
pow.v math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
q_rsqrt.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
scalbn.v math: implement `pow` in pure V (#12105) 2021-10-08 17:44:55 +03:00
sin.c.v math: add some benchmark tests (#12142) 2021-10-11 14:20:07 +03:00
sin.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
sin.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
sinh.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
sinh.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +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 vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
tan.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
tanh.js.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
tanh.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
unsafe.js.v math: implement `pow` in pure V (#12105) 2021-10-08 17:44:55 +03:00
unsafe.v all: update copyright year 2022-01-04 12:21:12 +03:00

README.md

Description:

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