ceil Function (ROM Call 0x105*)

math.h, timath.h

float ceil (float x);

Rounds up the floating point number.

ceil finds the smallest integer not less than floating point argument x, and returns the integer found as a floating point value.


Uses: fpisanint, is_transfinite, _bcd_math
Used by: cmd_cubicreg, cmd_expreg, cmd_linreg, cmd_lnreg, cmd_logistic, cmd_medmed, cmd_onevar, cmd_powerreg, cmd_quadreg, cmd_quartreg, cmd_twovar, GrAxes