This release contains a complete rewrite of fp64_modf, both to fix a code and to have an easier way to get both the fraction part and the integer part of a number. Additionaly, the new code is now fully compatible with C/C++ for +INF/-INF.
Month: September 2021
V1.1.15 corrects bug in fp64_tostring
A bug in fp64_tostring was corrected, where the function incorrectly returned the previously converted string instead of converting the current argument.