This ceil(d) function will find the smallest integer greater than or equal to d.
#include <maths> function void main() { var a:=ceil(10.5); var y:=ceil(a); };
Since: Version 0.41b