You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

TANH returns a hyperbolic tangent of a numerical expression

Syntax

TANH(NumExp)

Arguments

  • NumExp is a numerical expression

Remarks

  1. Numeric Expression is an angle specified in Radians
  2. The hyperbolic tangent TANH(x) gives a similar result as the expression:

EXP(x)-EXP(-x))/(EXP(x)+EXP(-x)) 

Example knowledgebases

Download

An example knowledgebase of this function can be downloaded here. 

Description

The example knowledge base contains all goniometric functions. 


Quick links: Function overview | Attribute overview | Constants overview | Dimensions overview

Wikipedia: [Hyperbolic function] | [ Trigonometric function]

  • No labels