This website requires JavaScript.
Explore
☕ Блог
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
677ef7bb083acca643b6ca91ab04d27ded7606cb
v
/
vlib
/
math
History
Delyan Angelov
732d8101e0
math.big: add .bytes() and .bytes_trimmed() methods,
big.from_int(1024).bytes_trimmed() == [byte(0x00), 0x04]
2021-07-19 17:17:08 +03:00
..
big
math.big: add .bytes() and .bytes_trimmed() methods,
big.from_int(1024).bytes_trimmed() == [byte(0x00), 0x04]
2021-07-19 17:17:08 +03:00
bits
…
complex
all: use operator overloading on strings (p. 2) (
#10183
)
2021-05-24 11:38:31 +03:00
factorial
…
fractions
…
mathutil
…
stats
all: use operator overloading on strings (p. 2) (
#10183
)
2021-05-24 11:38:31 +03:00
util
…
bits.v
…
const.v
math: sign function (
#10014
)
2021-05-08 14:32:18 +03:00
math_test.v
tools: vfmt math_test.v and remove it from the exceptions in vtest-cleancode.v
2021-05-08 14:46:06 +03:00
math.c.v
v.builder: remove default link flags -lm, -ldl, -lpthread (use module specific link flags instead) (
#10099
)
2021-05-14 14:28:53 +03:00
math.js.v
…
math.v
math: sign function (
#10014
)
2021-05-08 14:32:18 +03:00
unsafe.v
…