VMS Help  —  FORTRAN  Intrinsic Procedures, SIN
  SIN (number)

  Class:  Elemental function - Generic

  Returns the sine of the argument.  The argument must be in radians;
  it is treated modulo 2*pi.
  +------+---------+----------+------------+-------------+
  | Args | Generic | Specific |  Argument  | Result Type |
  +------+---------+----------+------------+-------------+
  |  1   |  SIN    | SIN      | REAL*4     | REAL*4      |
  |      |         | DSIN     | REAL*8     | REAL*8      |
  |      |         | QSIN     | REAL*16    | REAL*16     |
  |      |see note | CSIN     | COMPLEX*8  | COMPLEX*8   |
  |      |         | CDSIN    | COMPLEX*16 | COMPLEX*16  |
  |      |         | ZSIN     | COMPLEX*16 | COMPLEX*16  |
  |      |         | CQSIN    | COMPLEX*32 | COMPLEX*16  |
  +------+---------+----------+------------+-------------+

  Note: The setting of compiler options specifying real
        size can affect CSIN.
Close Help