This function returns nearest integer value which is greater than or equal to the argument passed to this function.
Syntax:double ceil( double num );
Example: #include
#include
int main()
{
float i=5.4, j=5.6;
printf("ceil of %f is %f\n", i, ceil(i));
printf("ceil of %f is %f\n", j, ceil(j));
return 0;
}
Output:
ceil of 5.400000 is 6.000000
ceil of 5.600000 is 6.000000
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 73 / 158795886. Delta: 0.00237 с