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