funcCeilingMath()
funcCeilingMath(mixed $number, mixed $significance = null, int $mode) : float|string
CEILING.MATH.
Round a number down to the nearest integer or to the nearest multiple of significance.
Excel Function: CEILING.MATH(number[,significance[,mode]])
Parameters
mixed | $number | Number to round |
mixed | $significance | Significance |
int | $mode | direction to round negative numbers |
Returns
float|string —Rounded Number, or a string containing an error