g77.info: Cos Intrinsic

Go forward to CosH Intrinsic
Go backward to Conjg Intrinsic
Go up to Table of Intrinsic Functions
Go to the top op g77

Cos Intrinsic

Cos(X)

Cos: `REAL' or `COMPLEX' function, the exact type being that of
argument X.
X: `REAL' or `COMPLEX'; scalar; INTENT(IN).
Intrinsic groups: (standard FORTRAN 77).
Description:
   Returns the cosine of X, an angle measured in radians.
   *Note ACos Intrinsic::, for the inverse of this function.