ATAN(3F) COMMAND REFERENCE ATAN(3F)
NAME
atan, datan - FORTRAN arctangent intrinsic function
SYNOPSIS
real r1, r2
double precision dp1, dp2
r2 = atan(r1)
dp2 = datan(dp1)
dp2 = atan(dp1)
DESCRIPTION
Atan returns the real arctangent of its real argument.
Datan returns the double-precision arctangent of its
double-precision argument. The generic form atan may be
used with a double-precision argument returning a double-
precision value.
SEE ALSO
sin(3m).
Printed 3/13/89 1
%%index%%
na:264,103;
sy:367,892;
de:1259,518;
se:1777,134;
%%index%%000000000083