Ceil
Copied!
Ceil( value )
Description
The Ceil
function returns a value that is greater than or equal
to the value
argument and is equal to the nearest mathematical
integer.
Returns
A Number which is the ceiling of value
.
Examples
The following query executes an array of independent Ceil
operations and returns each answer in the result array. The result array
position matches the position in the execution array.
[ 7, 2, 3 ]
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!