• Convert a double number to an IEEE 754 format hexadecimal string.

    Parameters

    • x: number

      the number to convert

    Returns string

    the hexadecimal IEEE 754 string equivalent of x

Generated using TypeDoc