\PhpOffice\PhpSpreadsheet\Calculation\MathTrigCeilingPrecise

Summary

Methods
Properties
Constants
funcCeilingPrecise()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

funcCeilingPrecise()

funcCeilingPrecise(mixed  $number, float  $significance = 1) : float|string

CEILING.PRECISE.

Rounds number up, away from zero, to the nearest multiple of significance.

Excel Function: CEILING.PRECISE(number[,significance])

Parameters

mixed $number

the number you want to round

float $significance

the multiple to which you want to round

Returns

float|string —

Rounded Number, or a string containing an error