ceil.c

Libc implementation of ceil

Author

Marcel Sondaar

License

Public Domain

Summary
ceil.cLibc implementation of ceil
Functions
ceilgets and returns the integer value of x when rounded up.

Functions

ceil

double ceil(double x)

gets and returns the integer value of x when rounded up.

double ceil(double x)
gets and returns the integer value of x when rounded up.