Formualizer Docs
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
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
-5

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

arg1

Number · Scalar · coercion NumberLenientText

arg2

Number · Scalar · coercion NumberLenientText

Caps

PURE

Source

On this page