ceil - rounding up
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