Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ dtanh(3F) — svr3 — mips UMIPS RISC/os 5.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sinh(3M)



TANH(3F-SVR3)       RISC/os Reference Manual        TANH(3F-SVR3)



NAME
     tanh, dtanh - Fortran hyperbolic tangent intrinsic function

SYNOPSIS
     real r1, r2
     double precision dp1, dp2

     r2 = tanh(r1)

     dp2 = dtanh(dp1)
     dp2 = tanh(dp1)

DESCRIPTION
     tanh returns the real hyperbolic tangent of its real argu-
     ment.  dtanh returns the double-precision hyperbolic tangent
     of its double-precision argument.  The generic form tanh may
     be used to return a double-precision value given a double-
     precision argument.

SEE ALSO
     sinh(3M).


































                        Printed 11/19/92                   Page 1



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