MyOS Libc
math.h
Go to the documentation of this file.
1 
5 #ifndef MATH_H
6 #define MATH_H
7 
13 float ceilf(float num);
14 
20 double ceil(double num);
21 
22 #endif
ceilf
float ceilf(float num)
Definition: math.c:1
ceil
double ceil(double num)
Definition: math.c:9