Skip to content

Rounding

Built-in functions › Mathematics › Elementary Math › Rounding

4 functions in this category.

FunctionWhat it does
ceilRound toward positive infinity.
fixRound toward zero (truncate).
floorRound toward negative infinity.
roundRound to the nearest integer (or to a specified number of digits).