Documentation for jbiu/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

math/

tanh.pro

toptanh

Math

result = tanh(x)

Calculates the hyperbolic tan function (tanh).

Return value

sinh(X) / cosh(X)

Parameters

x in required

Argument to tanh (may be an array).

Examples

IDL> PRINT, TANH(1.) 0.761594

Author information

History:

Written by: Jeremy Bailin 12 June 2008 Public release in JBIU

File attributes

Modifcation date: Fri Jun 13 10:51:54 2008
Lines: 33