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
ceil
double ceil(double num)
Definition:
math.c:9
ceilf
float ceilf(float num)
Definition:
math.c:1
libc
math.h
Generated by
1.9.1