• Returns the precise representation of a number with the specified precision.

    Returns

    The precise representation of the value.

    Parameters

    • value: string | number

      The value to convert to a precise number.

    • Optional precision: number = 21

      The desired precision.

    Returns number

Generated using TypeDoc