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
15,572
Commits
3
Branches
174
Tags
af38f8b3ba33affbaf4b0f6419b3d4c993941b1c
Commit Graph
2 Commits
Author
SHA1
Message
Date
Delyan Angelov
c286775d9f
strconv: add test_atof_converter to the tests, as suggested by the code review
2022-11-21 07:41:41 +02:00
Delyan Angelov
6cd1723deb
strconv: fix
float_prec := 1.9999999999999999 + 0.0000000000000000005
being 0.5 (
fix
#16448
) (
#16495
)
2022-11-21 03:57:51 +03:00