CeilingPrecise
Table of Contents
| funcCeilingPrecise() | CEILING.PRECISE. | float|string |
|---|
Methods
funcCeilingPrecise()
CEILING.PRECISE.
public
static funcCeilingPrecise(
$number :
mixed
[, $significance :
float
= 1 ]
)
: float|string
Rounds number up, away from zero, to the nearest multiple of significance.
Excel Function: CEILING.PRECISE(number[,significance])
Parameters
- $number : mixed
the number you want to round
- $significance : float = 1
the multiple to which you want to round
Return values
float|string —Rounded Number, or a string containing an error