floor.c

Libc implementation of floor

Author

Marcel Sondaar

License

Public Domain

Summary
floor.cLibc implementation of floor
Functions
floorgets and returns the integer value of x when rounded down.

Functions

floor

double floor(double x)

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

double floor(double x)
gets and returns the integer value of x when rounded down.