Library API
    Preparing search index...

    Function fix

    • Formats a number to a fixed number of decimal places.

      Parameters

      • nbr: string | number = 0

        The number or string to format

      • max: number = 2

        The maximum number of decimal places (default: 2)

      Returns string

      The fixed-precision string representation

      fix(12.3456, 2); // '12.35'