.. |
big
|
math.big: fix Integer.bit_len() when there are no digits in the number
|
2022-05-19 12:16:18 +02:00 |
bits
|
ci: fix `./v -progress test-cleancode`
|
2022-04-15 21:04:10 +03:00 |
complex
|
…
|
|
fractions
|
…
|
|
internal
|
…
|
|
mathutil
|
…
|
|
stats
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
unsigned
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
util
|
…
|
|
README.md
|
…
|
|
ROADMAP.md
|
…
|
|
abs.js.v
|
…
|
|
abs.v
|
…
|
|
bits.js.v
|
…
|
|
bits.v
|
…
|
|
cbrt.js.v
|
…
|
|
cbrt.v
|
math: cbrt fix (#14395)
|
2022-05-14 21:06:38 +03:00 |
const.v
|
…
|
|
div.v
|
…
|
|
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
|
…
|
|
exp.js.v
|
…
|
|
exp.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
factorial.v
|
…
|
|
factorial_tables.v
|
…
|
|
factorial_test.v
|
…
|
|
floor.js.v
|
…
|
|
floor.v
|
…
|
|
gamma.v
|
…
|
|
gamma_tables.v
|
…
|
|
hypot.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
invhyp.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02: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
|
…
|
|
log.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
math.c.v
|
…
|
|
math.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
math_bench_test.v
|
time: add custom formatter (#14202)
|
2022-04-29 15:57:08 +03:00 |
math_test.v
|
math: cbrt fix (#14395)
|
2022-05-14 21:06:38 +03:00 |
mathutil.v
|
math: fix error for math.abs(0.0)/math.abs(0) (related #14165) (#14191)
|
2022-04-27 13:23:37 +03:00 |
mathutil_test.v
|
…
|
|
modf.v
|
…
|
|
nextafter.v
|
…
|
|
poly.v
|
…
|
|
pow.c.v
|
…
|
|
pow.v
|
…
|
|
q_rsqrt.v
|
…
|
|
scalbn.v
|
…
|
|
sin.c.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
sin.js.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
sin.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
sinh.js.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
sinh.v
|
math: update documentation (#14457)
|
2022-05-25 12:54:57 +02:00 |
sqrt.c.v
|
…
|
|
sqrt.v
|
…
|
|
tan.c.v
|
…
|
|
tan.js.v
|
…
|
|
tan.v
|
…
|
|
tanh.js.v
|
…
|
|
tanh.v
|
…
|
|
unsafe.js.v
|
…
|
|
unsafe.v
|
…
|
|