Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ dtan(3F) — A/UX 0.7

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

trig(3M)



     tan(3F)                                                   tan(3F)



     NAME
          tan, dtan - FORTRAN tangent intrinsic function

     SYNOPSIS
          real r1, r2
          double precision dp1, dp2

          r2 = tan(r1)

          dp2 = dtan(dp1)
          dp2 = tan(dp1)

     DESCRIPTION
          tan returns the real tangent of its real argument.  dtan
          returns the double-precision tangent of its double-precision
          argument.  The generic tan function becomes dtan as required
          with a double-precision argument.

     SEE ALSO
          trig(3M).



































     Page 1                                        (last mod. 1/14/87)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026