v/vlib/math
Subhomoy Haldar 114a341f5f
rand: simplify rand.PRNG, move to optional types for error handling (#13570)
2022-02-23 12:36:14 +02:00
..
big rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
bits math.bits: fix bits.div_64 behaviour for leading_zeros_64(y) = 0 2022-01-16 18:11:23 +02:00
complex math.complex: make mutable the Complex.re and Complex.im fields (#13540) 2022-02-21 12:39:45 +02:00
fractions all: update copyright year 2022-01-04 12:21:12 +03:00
internal
mathutil math.mathutil: remove deprecated mathutil_test.v (workaround spurious test failures, due to same _test.v name) 2022-01-17 17:52:57 +02:00
stats
unsigned
util
README.md
ROADMAP.md
abs.js.v
abs.v
bits.js.v
bits.v
cbrt.js.v
cbrt.v
const.v
div.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
erf.v
erf_test.v
exp.js.v
exp.v
factorial.v
factorial_tables.v
factorial_test.v
floor.js.v
floor.v
gamma.v
gamma_tables.v
hypot.v
invhyp.v
invtrig.js.v
invtrig.v
log.v
math.c.v
math.v
math_bench_test.v
math_test.v
mathutil.v
mathutil_test.v
modf.v
nextafter.v
poly.v
pow.c.v
pow.v
q_rsqrt.v
scalbn.v
sin.c.v
sin.js.v
sin.v
sinh.js.v
sinh.v
sqrt.c.v
sqrt.v
tan.c.v
tan.js.v
tan.v
tanh.js.v
tanh.v vlib/math: Add a pure V backend for vlib/math (#11267) 2021-08-23 00:35:28 +03:00
unsafe.js.v
unsafe.v

README.md

Description:

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