From: JVZ <je...@fo...> - 2020-07-14 19:58:02
|
New for today: Added math function Math::pow10i(). Performs integer power of 10. NOTE: function Math::pow10() will go away as this has been deprecated; use Math::exp10() instead! String to double conversion routines accuracy improvement fix implemented; approximately 16th digit accuracy now. Added %a and %A handling in fxscanf.cpp. Hex float support parsing to be switched in soon; not yet 100% working at this time. When parsing exponent-part of floating point number fails, properly rewind input to the part before it; this will leave the rest of the string for another conversion specifier if there is one. When parsing number-separator, don't allow consecutive number separators. Future implementations may be more strict still. FXThread thread naming update for MacOSX and other operating systems. The math.cpp test program now implements testing functions when they are missing from the operating system. Cheers, -- JVZ +----------------------------------------------------------------------------+ | Copyright (C) 14:50 07/14/2020 Jeroen van der Zijp. All Rights Reserved. | +----------------------------------------------------------------------------+ |