floorf.c

Libc implementation of floorf

Author

Marcel Sondaar

License

Public Domain

Summary
floorf.cLibc implementation of floorf
Functions
floorfgets and returns the integer value of x when rounded down.

Functions

floorf

float floorf(float x)

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

float floorf(float x)
gets and returns the integer value of x when rounded down.