|
|
- 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 SPFieee ()
- SYNOPSIS
- float ieeenum
- FUNCTION
- Convert single precision ieee number to FFP number
- INPUTS
- ieeenum
- IEEE Single Precision floating point number
- RESULT
- Motorola fast floating point number
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
-
|