|
|
- NAME
- #include <aros/libcall.h>
#include <proto/mathieeedoubbas.h>
#include <proto/mathieeedoubtrans.h>
#include <proto/exec.h>
#include <exec/types.h>
LONG IEEEDPTieee ()
- SYNOPSIS
- double y
- FUNCTION
- Convert IEEE double to IEEE single precision number
- INPUTS
- y
- IEEE double precision floating point number
- RESULT
- IEEE single precision number
Flags:
zero : result is zero
negative : result is negative
overflow : value was out of range for IEEE single precision
- NOTES
-
- EXAMPLE
- BUGS
-
- SEE ALSO
- MathIEEEDoubleTrans
- INTERNALS
-
|