sigma  0.0.0
Loading...
Searching...
No Matches
hyperbolic.hpp
Go to the documentation of this file.
1#pragma once
2#include "sigma/uncertain.hpp"
3
7
8namespace sigma {
9
19template<typename T>
21
31template<typename T>
33
43template<typename T>
45
55template<typename T>
57
67template<typename T>
69
79template<typename T>
81
82} // namespace sigma
83
84#include "hyperbolic.ipp"
Models an unceratin variable.
Definition uncertain.hpp:33
The primary namespace for the sigma library.
Definition operation_common.hpp:10
Uncertain< T > sinh(const Uncertain< T > &a)
Hyperbolic sine of the variable.
Definition hyperbolic.ipp:9
Uncertain< T > cosh(const Uncertain< T > &a)
Hyperbolic cosine of the variable.
Definition hyperbolic.ipp:16
Uncertain< T > tanh(const Uncertain< T > &a)
Hyperbolic tangent of the variable.
Definition hyperbolic.ipp:23
Uncertain< T > asinh(const Uncertain< T > &a)
Hyperbolic arcsine of the variable.
Definition hyperbolic.ipp:30
Uncertain< T > atanh(const Uncertain< T > &a)
Hyperbolic arctangent of the variable.
Definition hyperbolic.ipp:44
Uncertain< T > acosh(const Uncertain< T > &a)
Hyperbolic arccosine of the variable.
Definition hyperbolic.ipp:37
Defines the Uncertain class.