ATAN
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
NAME
atan
- arc tangent function of one variable
SYNOPSIS
Fd #include <math.h>
Ft double
Fn atan double x
Ft float
Fn atanf float x
DESCRIPTION
The
Fn atan
and
Fn atanf
functions compute the principal value of the arc tangent of
Fa x
in the range
-words
Bq -/2 , +/2 .
RETURN VALUES
Exceptional cases are handled by
matherr(3).
SEE ALSO
acos(3),
asin(3),
atan2(3),
cos(3),
cosh(3),
sin(3),
sinh(3),
tan(3),
tanh(3),
math(3),
matherr(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 15:52:52 GMT, January 15, 2023