Actually fPart of a negative number returns a negative number, so the
longer methods in the original message won't give the ceiling value
for negatives unless the fPart(x) is replaced with fPart(abs(x)).
As for a built-in ceiling function on the 84, the answer is no. There
are other methods to accomplish it besides int(x+(fPart(abs(x))>0)),
but they still lack simplicity. For example, abs(x)/x*int(abs(x)).
Marc Garneau