sigma  0.0.0
Loading...
Searching...
No Matches
hyperbolic.hpp File Reference

Hyperbolic trigonometric functions for uncertain variables. More...

#include "sigma/uncertain.hpp"
#include "hyperbolic.ipp"

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.
 

Detailed Description

Hyperbolic trigonometric functions for uncertain variables.