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