Commit Graph

6 Commits (3fbf91a0442043527e62a3426fc0e6195ca1eb05)

Author SHA1 Message Date
Alexander Medvednikov 7ff0c3aaa9 cgen/parser: fix unions 2020-04-08 01:20:55 +02:00
Alexey 98086d7259
strconv: fix atof test 2020-04-04 23:28:47 +02:00
penguindark 39429f7ac9
atof: lots of fixes
* removed sprintf for f64 and f32 use

* removed all pointers from the code, used unions instead

* solved module name problem

* fixed tests on vlib/math

* fix for alpine-linux math test

* small fix on byte allocation for ftoa
2020-02-26 12:14:06 +01:00
Alexey a5b43e1f4d strconv: fix tests 2019-12-27 06:07:09 +03:00
penguindark 929e7c1193 strconv: atof_quick for tasks that need speed but not big accuracy 2019-12-19 03:37:53 +03:00
penguindark 3dbf7a4039 atof implementation in V 2019-12-17 01:07:13 +03:00