Ceiling value of a double [decimal]
807597Mar 8 2005 — edited Mar 8 2005I have a double variable
double var = 100.1
I would like to know if there are any inbuilt functions to get the ceiling value of this variable. Ideally
ceiling(var) should give me 101.