/sys$common/syshlp/helplib.hlb FORTRAN, Intrinsic Procedures, ATAN *Conan The Librarian (sorry for the slow response - running on an old VAX) |
ATAN (real-number) A function that returns the arc tangent of the argument in radians. +------+---------+----------+------------+-------------+ | Args | Generic | Specific | Argument | Result Type | +------+---------+----------+------------+-------------+ | 1 | ATAN | ATAN | REAL*4 | REAL*4 | | | | DATAN | REAL*8 | REAL*8 | | | | QATAN | REAL*16 | REAL*16 | +------+---------+----------+------------+-------------+
|