VMS Help
RTL Routines, MTH$, MTH$xATAND2

 *Conan The Librarian (sorry for the slow response - running on an old VAX)

    Given sine and cosine, the Arc Tangent in Degrees with Two
    Arguments routine returns the angle (in degrees) whose tangent
    is given by the quotient of  sine and cosine (sine/cosine).

    Format

      MTH$ATAND2  sine ,cosine

      MTH$DATAND2  sine ,cosine

      MTH$GATAND2  sine ,cosine

      Each of the above formats accepts one of the floating-point
      types as input.

  1 - Returns

    OpenVMS usage:floating_point
    type:         F_floating, D_floating, G_floating
    access:       write only
    mechanism:    by value

    Angle in degrees. MTH$ATAND2 returns an F-floating number.
    MTH$DATAND2 returns a D-floating number. MTH$GATAND2 returns a
    G-floating number.

  2 - Arguments

 sine

    OpenVMS usage:floating_point
    type:         F_floating, D_floating, G_floating
    access:       read only
    mechanism:    by reference
    Dividend. The sine argument is the address of a floating-point
    number that is this dividend. For MTH$ATAND2, sine specifies an
    F-floating number. For MTH$DATAND2, sine specifies a D-floating
    number. For MTH$GATAND2, sine specifies a G-floating number.

 cosine

    OpenVMS usage:floating_point
    type:         F_floating, D_floating, G_floating
    access:       read only
    mechanism:    by reference
    Divisor. The cosine argument is the address of a floating-point
    number that is this divisor. For MTH$ATAND2, cosine specifies an
    F-floating number. For MTH$DATAND2, cosine specifies a D-floating
    number. For MTH$GATAND2, cosine specifies a G-floating number.
  Close     HLB-list     TLB-list     Help  

[legal] [privacy] [GNU] [policy] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.