ReferenceFunctionsMath Functions
CEILING.PRECISE
CEILING.PRECISE: Rounds a number up toward positive infinity using absolute significance.
Summary
Rounds a number up toward positive infinity using absolute significance.
Examples
Round a negative number upward
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
-4
Related functions
FAQ
Does the sign of significance matter?
No. CEILING.PRECISE uses the absolute value of significance.
Runtime metadata
Category
Math
Signature
CEILING.PRECISE(arg1: Number, arg2…: Number)Arity
min 1, max variadic
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
Caps
PURE
Source