
See Also
Functions:
• “LOGCDF Function” on page 666
• “LOGPDF Function” on page 669
• “LOGSDF Function” on page 671
• “PDF Function” on page 749
• “QUANTILE Function” on page 833
• “SDF Function” on page 893
• “SQUANTILE Function” on page 921
CEIL Function
Returns the smallest integer that is greater than or equal to the argument, fuzzed to avoid unexpected
floating-point results.
Category: Truncation
Syntax
CEIL(argument)
Required Argument
argument
specifies a numeric constant, variable, or expression.
Details
If the argument is within 1E-12 of an integer, the function returns that integer.
Comparisons
Unlike the CEILZ function, the CEIL function fuzzes the result. ...