Changes for version v0.018 - 2017-06-14
- changing names per the naming-convention issue#6
- make :floatingpoint, to_hex_floatingpoint(), to_dec_floatingpoint() aliases to :convertToString, convertToHexString(), convertToDecimalString()
- make :raw754, hexstr754_from_double(), binstr754_from_double(), hexstr754_to_double(), binstr754_to_double() aliases to :internalString, convertToInternalHexString(), convertToInternalBinaryString(), convertFromInternalHexString(), convertFromInternalBinaryString()
- for convertToDecimalString() and convertToHexString, add in optional conversionSpecification -- it specifiers the number of digits after the fractional-point.
- meta: improve test coverage, documentation, development automation
Documentation
Modules
Various tools for understanding and manipulating the underlying IEEE-754 representation of floating point values