MATHLIB Function
Return the smallest integer larger than or equal to X.
CEIL(X_FV)
X_FV
A floating point value in the range -2147483649 through 2147483647, inclusive.
Description
Use this function to return the smallest integer larger than or equal to X.
Errors
CEIL: argument > largest integer; returning 0.0.
CEIL: argument < smallest integer; returning 0.0.
X is not within the acceptable range so ESL returned the value 0.0 and placed one of these messages in the ESL errorlog.