MyOS Libc
|
Go to the source code of this file.
Functions | |
float | ceilf (float num) |
double | ceil (double num) |
double ceil | ( | double | num | ) |
Round a double to the next biggist integer if it is non-integral
num | the number to round |
float ceilf | ( | float | num | ) |
Round a float to the next biggist integer if it is non-integral
num | the number to round |