|
|
- NAME
- #include <libraries/mathieeesp.h>
#include <aros/libcall.h>
#include <proto/mathieeesingbas.h>
#include <proto/exec.h>
#include <exec/types.h>
float IEEESPAdd ()
- SYNOPSIS
- float y
float z
- FUNCTION
- Calculate the sum of two IEEE single precision numbers
- INPUTS
- y
- IEEEE single precision floating point
- z
- IEEEE single precision floating point
- RESULT
- sum of y and z
Flags:
zero : result is zero
negative : result is negative
overflow : result is too large or too small for IEEESP format
- NOTES
-
- EXAMPLE
- BUGS
-
- SEE ALSO
- MathIEEESingleBase
- INTERNALS
-
|