Open JonathanLindsey opened 1 year ago
There are some things I want to change/fix before this gets merged.
DecimalType
enum as an argument, I'll change the function name to showNumberFloatColon()
. This is less typing for the user.HIGH
and LO__
messages._InF
, -InF
, and nAn_
If you think LO__
or nAn_
should be right justified, let me know.
This adds support for
Notes for floating point numbers
-1 < num < 1
andleading_zero
is false, superfluous leading zeros may be shown. This is documented with a note that this behavior may change in the future.length
andpos
arguments but these can theoretically be added in the future without breaking changes.