|
|
- NAME
- #include <libraries/mathieeesp.h>
#include <aros/libcall.h>
#include <proto/mathieeesingbas.h>
#include <proto/exec.h>
#include <exec/types.h>
float IEEESPFloor ()
- SYNOPSIS
- float y
- FUNCTION
- Calculate the largest integer ieeesp-number less than or equal to
fnum
- INPUTS
- y
- IEEEE single precision floating point
- RESULT
- IEEE single precision floating point
Flags:
zero : result is zero
negative : result is negative
overflow : 0 (???)
- NOTES
-
- EXAMPLE
- floor(10.5) = 10
floor(0.5) = 0
floor(-0.5) = -1
floor(-10.5)= -11
- BUGS
-
- SEE ALSO
- MathIEEESingleBase, IEEESPCeil(), SPCeil(), SPFloor()
- INTERNALS
-
|