|
|
- NAME
- #include <aros/libcall.h>
#include <proto/mathieeesingbas.h>
#include <proto/mathieeesingtrans.h>
#include <proto/exec.h>
#include <exec/types.h>
#include <libraries/mathieeesp.h>
float IEEESPAtan ()
- SYNOPSIS
- float y
- FUNCTION
- Calculates the angle of a given number representing the tangent
of that angle. The angle will be in radians.
- INPUTS
- y
- IEEE single precision floating point number
- RESULT
- IEEE single precision floating point number
- NOTES
-
- EXAMPLE
- BUGS
-
- SEE ALSO
- MathIEEESingleTrans
- INTERNALS
-
|