Xivgear Types Documentation
    Preparing search index...
    • Ceil a number to the given precision.

      e.g. flp(2, 1.231) => 1.24

      Parameters

      • places: number

        The number of decimal places to keep. Must be a non-negative integer. Zero is allowed, but you should just call 'cl' directly in that case.

      • input: number

        The number to round.

      Returns number