fn:ceiling(numeric? $srcval) → numeric?
Function signature
$srcval |
numeric ? |
Result |
numeric ? |
Rounds a value towards positive infinity
Implemented. Changed in 7.4 to return the same type as the supplied argument.