Click or drag to resize
sqx

Hyperbolic Class

Hyperbolic functions
Inheritance Hierarchy
SystemObject
  sqxHyperbolic

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public class Hyperbolic

The Hyperbolic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAcosh
Function [float] Acosh([float] X)
(Hyperbolic)
Public methodStatic memberAcoth
Function [float] Acoth([float] X)
(Hyperbolic)
Public methodStatic memberAcsch
Function [float] Acsch([float] X)
(Hyperbolic)
Public methodStatic memberAsech
Function [float] Asech([float] X)
(Hyperbolic)
Public methodStatic memberAsinh
Function [float] Asinh([float] X)
(Hyperbolic)
Public methodStatic memberAtanh
Function [float] Atanh([float] X)
(Hyperbolic)
Public methodStatic memberCosh
Function [float] Cosh([float] X)
(Hyperbolic)
Public methodStatic memberCoth
Function [float] Coth([float] X)
(Hyperbolic)
Public methodStatic memberCoth_D
Function [float] Coth_D([float] X)
(Hyperbolic)
Public methodStatic memberCsch
Function [float] Csch([float] X)
(Hyperbolic)
Public methodStatic memberCsch_D
Function [float] Csch_D([float] X)
(Hyperbolic)
Public methodStatic memberMTanh
Function [float] MTanh([float] X, [float] a, [float] b, [float] c, [float] d)
(Hyperbolic)
Public methodStatic memberMTanh_D
Function [float] MTanh_D([float] X, [float] a, [float] b, [float] c, [float] d)
(Hyperbolic)
Public methodStatic memberSech
Function [float] Sech([float] X)
(Hyperbolic)
Public methodStatic memberSech_D
Function [float] Sech_D([float] X)
(Hyperbolic)
Public methodStatic memberSinh
Function [float] Sinh([float] X)
(Hyperbolic)
Public methodStatic memberTanh
Function [float] Tanh([float] X)
(Hyperbolic)
Public methodStatic memberTanh_D
Function [float] Tanh_D([float] X)
(Hyperbolic)
Top
See Also

Reference