|
|
- NAME
- #include <libraries/mathffp.h>
#include <aros/libcall.h>
#include <proto/mathffp.h>
#include <proto/mathtrans.h>
#include <proto/exec.h>
#include <exec/types.h>
float SPTieee ()
- SYNOPSIS
- float fnum
- FUNCTION
- Convert FFP number to single precision ieee number
- INPUTS
- fnum
- Motorola fast floating point number
- RESULT
- IEEE Single Precision Floating Point
flags:
zero : result is zero
negative : result is negative
overflow : exponent of the ieee-number was out of range for ffp
- NOTES
-
- EXAMPLE
- BUGS
-
- SEE ALSO
- MathTrans
- INTERNALS
-
|