Sat, 28 Dec 2024 17:32:36 +0100
implement floating point string to number conversions
The current implementation is not extremely precise. That is why
we are only testing against our own compare functions.
A future revision should increase the precision.
fixes #532
952 | 1 | syntax:glob |
753
24dc84788dee
replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents:
398
diff
changeset
|
2 | nbproject/ |
24dc84788dee
replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents:
398
diff
changeset
|
3 | .idea/ |
952 | 4 | .vs/ |
5 | *.vcxproj.user | |
753
24dc84788dee
replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents:
398
diff
changeset
|
6 | build/ |
24dc84788dee
replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents:
398
diff
changeset
|
7 | dist/ |
24dc84788dee
replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents:
398
diff
changeset
|
8 | config.mk |