v/vlib/math
2023-10-22 22:31:12 +03:00
..
big math.big: fix incorrect division with negative numbers (fix #19585) (#19587) 2023-10-18 00:37:37 +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 math: add missing docstrings for vlib/math functions (#19617) 2023-10-22 22:31:12 +03:00
fractions math.fractions: use operator overloading and deprecate old functions (#19547) 2023-10-11 03:16:11 +03:00
internal
stats math: add missing docstrings for vlib/math functions (#19617) 2023-10-22 22:31:12 +03:00
unsigned math.unsigned: add missing docstrings for the functions and methods in unint256.v (#19604) 2023-10-20 07:55:14 +03:00
vec math: add more C. fn overrides, for the default C backend (speed up examples/path_tracing.v) (#19271) 2023-09-04 21:09:01 +03:00
abs.js.v
bits.js.v
bits.v math: add missing docstrings for vlib/math functions (#19617) 2023-10-22 22:31:12 +03:00
cbrt.js.v
cbrt.v
const.v all: int => i64 (part 5) 2023-10-08 01:32:37 +03:00
div.v
erf.v
erf_test.v
exp.c.v math: add more C. fn overrides, for the default C backend (speed up examples/path_tracing.v) (#19271) 2023-09-04 21:09:01 +03:00
exp.js.v
exp.v
factorial.v math: fix typo in factorial.v (#17322) 2023-02-15 19:57:37 +02:00
factorial_tables.v
factorial_test.v
floor.js.v
floor.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
gamma.v math: add missing docstrings for math.log_gamma_sign and for the complex.complex constructor function (#19523) 2023-10-08 12:20:48 +03:00
gamma_tables.v
hypot.v ci: workaround vlib/gg/draw_fns_api_test.v failure with tcc on windows 2023-10-22 18:32:13 +03:00
invhyp.v math: add missing docstrings for vlib/math functions (#19617) 2023-10-22 22:31:12 +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 all: int => i64 (part 5) 2023-10-08 01:32:37 +03:00
log.c.v math: add more C. fn overrides, for the default C backend (speed up examples/path_tracing.v) (#19271) 2023-09-04 21:09:01 +03:00
log.v all: int => i64 (part 5) 2023-10-08 01:32:37 +03:00
math.c.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
math.v builtin,math: add more missing doc strings for public functions (#19509) 2023-10-05 00:35:37 +03:00
math_bench_test.v
math_test.v math: fix failing test on FreeBSD with gcc 12.2.0 (and -ffast-math) (#19278) 2023-09-06 07:30:46 +03:00
min_max_abs.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
modf.v
nextafter.v
poly.v
pow.c.v math: add more C. fn overrides, for the default C backend (speed up examples/path_tracing.v) (#19271) 2023-09-04 21:09:01 +03:00
pow.v math: fix pure v math.pow (#19287) 2023-09-06 21:41:15 +03:00
q_rsqrt.v
README.md
ROADMAP.md math: speedup the pure V math.pow implementation for non-fractional powers (#19270) 2023-09-04 18:37:29 +03:00
scalbn.v
sin.c.v math: add more C. fn overrides, for the default C backend (speed up examples/path_tracing.v) (#19271) 2023-09-04 21:09:01 +03:00
sin.js.v
sin.v math: fix failing test on FreeBSD with gcc 12.2.0 (and -ffast-math) (#19278) 2023-09-06 07:30:46 +03:00
sinh.js.v
sinh.v
sqrt.c.v math: add more C. fn overrides, for the default C backend (speed up examples/path_tracing.v) (#19271) 2023-09-04 21:09:01 +03:00
sqrt.v
square.v math: add more C. fn overrides, for the default C backend (speed up examples/path_tracing.v) (#19271) 2023-09-04 21:09:01 +03:00
square_test.v math: add more C. fn overrides, for the default C backend (speed up examples/path_tracing.v) (#19271) 2023-09-04 21:09:01 +03:00
tan.c.v
tan.js.v
tan.v
tanh.js.v
tanh.v
unsafe.js.v
unsafe.v math: add more C. fn overrides, for the default C backend (speed up examples/path_tracing.v) (#19271) 2023-09-04 21:09:01 +03:00

Description:

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