ceilf.c

Libc implementation of ceilf

Author

Marcel Sondaar

License

Public Domain

Summary
ceilf.cLibc implementation of ceilf
Functions
ceilfgets and returns the integer value of x when rounded up.

Functions

ceilf

float ceilf(float x)

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

float ceilf(float x)
gets and returns the integer value of x when rounded up.