Round [round]
places following standard rounding (digits 0–4 round down, 5–9 round up). Set places to 1–10 to round to that decimal place, or 0 to -10 to round to a whole-number place; it defaults to 0. places must be a whole number in the range -10 to 10 (real numbers are truncated); outside that range returns a Parameter out of range error.
Floor [floor]
value at the given places. places follows the same rules as round.
Ceiling [ceil]
value at the given places. places follows the same rules as round.
Absolute value [abs]
Sign [sign]
-1 if value is negative, 0 if zero, 1 if positive.
Integer part [ipart]
value.
Fractional part [fpart]
value.

