|
|
- NAME
- #include <libraries/mathieeesp.h>
#include <aros/libcall.h>
#include <proto/mathieeesingbas.h>
#include <proto/exec.h>
#include <exec/types.h>
float IEEESPCeil ()
- SYNOPSIS
- float y
- FUNCTION
- Calculate the least integer ieeesp-number greater than or equal to
y
- INPUTS
- y
- IEEEE single precision floating point
- RESULT
- Flags:
zero : result is zero
negative : result is negative
overflow : 0
- NOTES
-
- EXAMPLE
- BUGS
-
- SEE ALSO
- MathIEEESingleBase, IEEESPFloor(), SPCeil(), SPFloor()
- INTERNALS
- ALGORITHM:
Ceil(y) = - Floor(-y)
|