sigma  1.0.0
Loading...
Searching...
No Matches
hyperbolic.hpp
Go to the documentation of this file.
1#pragma once
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:34
The primary namespace for the sigma library.
Definition affine.hpp:12
Uncertain< T > sinh(const Uncertain< T > &a)
Hyperbolic sine of the variable.
Definition hyperbolic.ipp:8
Uncertain< T > cosh(const Uncertain< T > &a)
Hyperbolic cosine of the variable.
Definition hyperbolic.ipp:15
Uncertain< T > tanh(const Uncertain< T > &a)
Hyperbolic tangent of the variable.
Definition hyperbolic.ipp:22
Uncertain< T > asinh(const Uncertain< T > &a)
Hyperbolic arcsine of the variable.
Definition hyperbolic.ipp:29
Uncertain< T > atanh(const Uncertain< T > &a)
Hyperbolic arctangent of the variable.
Definition hyperbolic.ipp:43
Uncertain< T > acosh(const Uncertain< T > &a)
Hyperbolic arccosine of the variable.
Definition hyperbolic.ipp:36
Defines the Uncertain class.