<< Previous | Next >>

ceil

float ceil( float x );

Description

Computes the smallest integer greater than or equal to the given number.

Parameters

x
Number to round up.

Return value

The rounded up number.

Library

MATH.LIB

See also

floor, fmod


Dynamic C Functions << Previous | Next >> rabbit.com