v/vlib/math
2024-10-08 21:48:26 +03:00
..
big math.big: improve the performance of left_shift_digits_in_place and right_shift_digits_in_place (#22450) 2024-10-08 21:48:26 +03:00
bits fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
complex all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
fractions fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
internal
stats math: fix occuring -> occurring typo in stats.v (#21227) 2024-04-08 18:39:01 +03:00
unsigned fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
vec fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
abs.js.v
bits.js.v
bits.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
cbrt.js.v
cbrt.v
const.v checker: fix @[deprecated] attribute for consts (fix #20523) (#20550) 2024-01-16 08:00:47 +02:00
div.v
erf.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
erf_test.v
exp.c.v
exp.js.v
exp.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
factorial.v
factorial_tables.v
factorial_test.v
floor.js.v
floor.v all: implements keyword for optional explicit interface implementations 2024-09-04 01:24:06 +03:00
gamma.v
gamma_tables.v
hypot.v
invhyp.v
invtrig.js.v
invtrig.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
limit.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
log.c.v
log.v
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
math_test.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
min_max_abs.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
min_max_abs_test.v
modf.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
modulo.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +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
poly.v checker: disallow using a preexisting const name in a for loop, as either a key or value ident (#22108) 2024-08-24 02:16:28 +03:00
pow.c.v
pow.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
q_rsqrt.v math: document q_rsqrt 2024-09-24 04:33:46 +03: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
scalbn.v
sin.c.v
sin.js.v
sin.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
sinh.js.v
sinh.v
sqrt.c.v
sqrt.v
square.v
square_test.v
tan.c.v
tan.js.v
tan.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
tanh.js.v
tanh.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
unsafe.js.v
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.