◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <math.h> Syntax: double ceil( double x ); double floor( double x ); Returns: (ceil) the double result rounded up. (floor) the double result rounded down. See also: fmod -♦-