Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

Hyperbolic functions
[Math Library]


Functions

double cosh (double x)
 Compute hyperbolic cosine. Returns the hyperbolic cosine of x radians.
double sinh (double x)
 Compute hyperbolic sine. Returns the hyperbolic sine of x radians.
double tanh (double x)
 Compute hyperbolic tangent. Returns the hyperbolic tangent of x radians.

Function Documentation

double cosh double  x  ) 
 

Parameters:
x Value representing an angle, expressed in radians.
Returns:
Hyperbolic cosine of x.

double sinh double  x  ) 
 

Parameters:
x Value representing an angle, expressed in radians.
Returns:
Hyperbolic sine of x.

double tanh double  x  ) 
 

Parameters:
x Value representing an angle, expressed in radians. One radian is equivalent to 180/PI degrees.
Returns:
Hyperbolic tangent of x.
footer

otStudio - Library Reference - (C) 2020-23 Officina Turini, All Rights Reserved
Document built with Doxygen 1.4.0