Method code for $float.ceiling()

[Turn on line numbering]
arg float;

return tofloat(toint(float) + 1);

// $#Edited: 01 Nov 98 22:01 $user_bruce

["// Created 01-Nov-1998 as a part of ColdCore, see: @help Credit"]

the Cold Dark