|
sigma
1.0.0
|
Hyperbolic trigonometric functions for uncertain variables. More...
Go to the source code of this file.
Namespaces | |
| namespace | sigma |
| The primary namespace for the sigma library. | |
Functions | |
| template<typename T> | |
| Uncertain< T > | sigma::sinh (const Uncertain< T > &a) |
| Hyperbolic sine of the variable. | |
| template<typename T> | |
| Uncertain< T > | sigma::cosh (const Uncertain< T > &a) |
| Hyperbolic cosine of the variable. | |
| template<typename T> | |
| Uncertain< T > | sigma::tanh (const Uncertain< T > &a) |
| Hyperbolic tangent of the variable. | |
| template<typename T> | |
| Uncertain< T > | sigma::asinh (const Uncertain< T > &a) |
| Hyperbolic arcsine of the variable. | |
| template<typename T> | |
| Uncertain< T > | sigma::acosh (const Uncertain< T > &a) |
| Hyperbolic arccosine of the variable. | |
| template<typename T> | |
| Uncertain< T > | sigma::atanh (const Uncertain< T > &a) |
| Hyperbolic arctangent of the variable. | |
Hyperbolic trigonometric functions for uncertain variables.