• Decodes an IEEE754 float with the supplied format specification into a JS number.

    The format MUST be no larger than a 32-bit float.

    Parameters

    • bits: number
    • fmt: FloatFormat

    Returns number

Generated using TypeDoc