Click or drag to resize

Hyperbolic Methods

The Hyperbolic type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAcosh Returns the inverse hyperbolic cosine of a value.
Public methodStatic memberAsinh Returns the inverse hyperbolic sine of a value.
Public methodStatic memberAtanh Returns the inverse hyperbolic tangent of a value.
Public methodStatic memberCosh Hyperbolic cosine, i.e. (Exp(x)+Exp(-x))/2.
Public methodStatic memberCoth Hyperbolic cotangent, i.e. Cosh(x)/Sinh(x).
Public methodStatic memberCsch Hyperbolic cosecant, i.e. 1/Sinh(x) = 2/(Exp(x)-Exp(-x)).
Public methodStatic memberCschTimesX Hyperbolic cosecant, multiplied with the argument x, i.e. x*Csch(x) = x/Sinh(x).
Public methodStatic memberExpMinusOne Calculates Exp(x)-1 with better accuracy around x=0.
Public methodStatic memberLangevin Langevin function, which is defined as Coth(x)-1/x.
Public methodStatic memberLog1p Calculates the natural logarithm of 1+x with better accuracy for very small x.
Public methodStatic memberOneMinusExp Calculates 1-Exp(x) with better accuracy around x=0.
Public methodStatic memberSech Hyperbolic secant, i.e. 1/Cosh(x) = 2/(Exp(x)+Exp(-x)).
Public methodStatic memberSinh Hyperbolic sine, i.e. (Exp(x)-Exp(-x))/2.
Public methodStatic memberSinhAxBxTimesCschX Calculates [Exp(a x)-Exp(b x)]/[Exp(x)-Exp(-x)].
Public methodStatic memberTanh Hyperbolic tangent, i.e. Sinh(x)/Cosh(x).
Top
See Also