v/vlib/math
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
..
bits math.bits: make certain functions public + small fixes 2020-02-20 01:31:42 +01:00
complex atof: lots of fixes 2020-02-26 12:14:06 +01:00
factorial update copyright years 2020-02-03 05:00:36 +01:00
fractions update copyright years 2020-02-03 05:00:36 +01:00
stats atof: lots of fixes 2020-02-26 12:14:06 +01:00
bits.v update copyright years 2020-02-03 05:00:36 +01:00
const.v update copyright years 2020-02-03 05:00:36 +01:00
math.v math: add sqrtf 2020-02-10 18:48:44 +01:00
math_test.v atof: lots of fixes 2020-02-26 12:14:06 +01:00
unsafe.v update copyright years 2020-02-03 05:00:36 +01:00