• Convert an IEEE 754 binary string to a double number.

    Parameters

    • s: string

      an IEEE 754 formatted string of 64 binary digits

    Returns number

    the equivalent floating-point number

Generated using TypeDoc