Node: Sin Intrinsic, Next: SinH Intrinsic, Previous: Signal Intrinsic (subroutine), Up: Table of Intrinsic Functions
Sin(X)
Sin: 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 sine of X, an angle measured in radians.
See ASin Intrinsic, for the inverse of this function.