Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ dtan(3f) — CX/UX 6.20

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                        CX/UX Hf77 Fortran Reference Manual



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