This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
02f791d9fe
v
/
vlib
/
math
History
jeffmikels
a60b381d5e
docs: adding skeleton README.md files for all vlib modules (
#13034
)
2022-01-05 18:06:08 +02:00
..
big
math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (
#13042
)
2022-01-05 18:02:20 +02:00
bits
all: update copyright year
2022-01-04 12:21:12 +03:00
complex
all: update copyright year
2022-01-04 12:21:12 +03:00
fractions
all: update copyright year
2022-01-04 12:21:12 +03:00
internal
…
mathutil
math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (
#13042
)
2022-01-05 18:02:20 +02:00
stats
…
util
math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (
#13042
)
2022-01-05 18:02:20 +02:00
README.md
docs: adding skeleton README.md files for all vlib modules (
#13034
)
2022-01-05 18:06:08 +02:00
ROADMAP.md
…
abs.js.v
…
abs.v
math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (
#13042
)
2022-01-05 18:02:20 +02:00
bits.js.v
…
bits.v
all: update copyright year
2022-01-04 12:21:12 +03:00
cbrt.js.v
…
cbrt.v
…
const.v
all: update copyright year
2022-01-04 12:21:12 +03:00
div.v
…
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
all: update copyright year
2022-01-04 12:21:12 +03:00
math.v
math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (
#13042
)
2022-01-05 18:02:20 +02:00
math_bench_test.v
…
math_test.v
…
mathutil.v
math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (
#13042
)
2022-01-05 18:02:20 +02:00
mathutil_test.v
math: move the `math.mathutil` generic `min`/`max`/`abs` fns to `math` (
#13042
)
2022-01-05 18:02:20 +02:00
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
…
unsafe.js.v
…
unsafe.v
all: update copyright year
2022-01-04 12:21:12 +03:00
README.md
Description:
math
provides commonly used mathematical functions for trigonometry, logarithms, etc.