Ref Guide: Format ceil evaluator docs

This commit is contained in:
Joel Bernstein 2017-06-16 14:32:18 -04:00
parent 1a00950021
commit c24e401d7c
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ mod(fieldA,1.4) // returns the remainder of fieldA divided by 1.4.
if(gt(fieldA,fieldB),mod(fieldA,fieldB),mod(fieldB,fieldA)) // if fieldA > fieldB then return the remainder of fieldA/fieldB, else return the remainder of fieldB/fieldA.
----
=== ceil
== ceil
The `ceil` function rounds a decimal value to the next highest whole number.
=== ceil Parameters