ceil — rounding up
[y]=ceil(x)
ceil(x) returns an integer matrix made of rounded up elements
ceil([1.9 -2.5])-[2,-2] ceil(-%inf) x=rand()*10^20;ceil(x)-x