ceil
next higher integer
a.ceil
ceil(a)
(
{
var a;
a = Line.ar(1, -1, 0.01);
[ a, a.ceil ]
}.plot)