v/vlib/math
2024-07-22 13:43:50 +03:00
..
big math.big: fix typo tranform -> transform in special_array_ops.v (#21475) 2024-05-08 18:10:21 +03:00
bits strconv,math.bits: eliminate bounds checking in commonly used routines 2024-07-22 13:43:50 +03:00
complex all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
fractions all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
internal all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
stats math: fix occuring -> occurring typo in stats.v (#21227) 2024-04-08 18:39:01 +03:00
unsigned math.unsigned: fix some Uint256 bugs and add tests (#21528) 2024-05-19 16:51:01 +03:00
vec all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
abs.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11: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 (#20334) 2024-01-01 23:29:54 +02:00
cbrt.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
cbrt.v math: cbrt fix (#14395) 2022-05-14 21:06:38 +03:00
const.v checker: fix @[deprecated] attribute for consts (fix #20523) (#20550) 2024-01-16 08:00:47 +02:00
div.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
erf.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
erf_test.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
exp.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
exp.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
exp.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
factorial.v math: fix typo in factorial.v (#17322) 2023-02-15 19:57:37 +02:00
factorial_tables.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
factorial_test.v math: sqrti, powi, factoriali (#12072) 2021-10-08 22:07:44 +03:00
floor.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
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 all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
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 all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
invtrig.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
limit.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
log.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
log.v all: int => i64 (part 5) 2023-10-08 01:32:37 +03:00
math.c.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
math.v breaking,checker: disallow initializing private struct fields outside structs module (#21183) 2024-04-12 13:53:02 +03:00
math_bench_test.v time: add custom formatter (#14202) 2022-04-29 15:57:08 +03:00
math_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
min_max_abs.v all: update copyright year (#20334) 2024-01-01 23:29:54 +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 all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
modulo.v math: avoid unused calculations for math.modulo_floored/2 and math.modulo_euclid/2 2024-06-29 11:33:46 +03:00
modulo_test.v math: add divide_truncated/2, divide_euclid/2, divide_floored/2 and modulo_truncated/2, modulo_euclid/2, modulo_floored/2 (#21759) 2024-06-29 11:24:49 +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 all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
pow.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
pow.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
q_rsqrt.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
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 math: implement pow in pure V (#12105) 2021-10-08 17:44:55 +03:00
sin.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
sin.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
sin.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
sinh.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
sinh.v math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
sqrt.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
sqrt.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
square.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11: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 all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
tan.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
tan.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
tanh.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
tanh.v all: unwrap const() blocks 2023-11-25 10:02:51 +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 (#20334) 2024-01-01 23:29:54 +02:00

Description

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