PsiLAB Help Manual Page

Section: Basic math functions

Name: ceil

Round the given float to an integer value (not type).
Ceil returns the least integer value greater than or equal to x.
[ y:float ] = ceil (x:float)

Printed by PsiLAB