This website requires JavaScript.
Explore
Help
Register
Sign In
pjht
/
os
Watch
1
Star
0
Fork
0
You've already forked os
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
20ae5d1a31
os
/
libc
/
math.h
8 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
Remove most code for a blank start
2019-02-09 12:52:45 -06:00
#
ifndef MATH_H
#
define MATH_H
float
ceilf
(
float
num
)
;
Add IDE driver and r/o ext2 fs driver
2019-04-06 09:07:06 -05:00
double
ceil
(
double
num
)
;
Remove most code for a blank start
2019-02-09 12:52:45 -06:00
#
endif
Reference in New Issue
Copy Permalink