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