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

      e.g. flp(2, 1.239) => 1.23

      Parameters

      • places: number

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

      • input: number

        The number to round.

      Returns number