.. |
big
|
math.big: fix assert big.integer_from_int(1) == big.integer_from_bytes([u8(0), 0, 0, 0, 1]) (fix #23115) (#23124)
|
2024-12-10 18:18:30 +02: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
|
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
|
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
|
ci: fix for -cc tcc -no-retry-compilation , do not use more complex constants, but functions in vlib/math/vec/vec2_test.v
|
2024-12-13 19:50:55 +02:00 |
abs.js.v
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
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
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
cbrt.v
|
|
|
const.v
|
vlib: remove modules/functions/fields, deprecated in 2023 (#22750)
|
2024-11-17 20:09:21 +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
|
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
|
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
|
all: unwrap const() blocks
|
2023-11-25 10:02:51 +03:00 |
factorial_test.v
|
|
|
floor.js.v
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
floor.v
|
all: implements keyword for optional explicit interface implementations
|
2024-09-04 01:24:06 +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
|
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
|
math: use libc wrappers for math.log2/1, math.log10/1, math.log1p/1 and math.log_b/1; make assert math.log10(10) == 1.0 pass in the common case (#23129)
|
2024-12-11 12:06:33 +02:00 |
log.v
|
math: fix math.log10() for -exclude @vlib/math/*.c.v (fix #23136) (#23140)
|
2024-12-12 23:43:04 +02:00 |
log_test.v
|
math: fix math.log10() for -exclude @vlib/math/*.c.v (fix #23136) (#23140)
|
2024-12-12 23:43:04 +02: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
|
|
|
math_test.v
|
math: fix math.log10() for -exclude @vlib/math/*.c.v (fix #23136) (#23140)
|
2024-12-12 23:43:04 +02: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
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
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
|
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
|
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
|
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
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
sinh.v
|
|
|
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
|
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
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
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 |