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

    Parameters

    • x: number

      the number to convert

    Returns string

    the binary IEEE 754 string equivalent of x

Generated using TypeDoc