130template<
typename T,
typename U>
144template<
typename T,
typename U>
149#include "trigonometry.ipp"
Models an unceratin variable.
Definition uncertain.hpp:33
The primary namespace for the sigma library.
Definition operation_common.hpp:10
Uncertain< T > atan2(const Uncertain< T > &y, const Uncertain< T > &x)
Two argument arctangent.
Definition trigonometry.ipp:66
Uncertain< T > sin(const Uncertain< T > &a)
Sine of the variable.
Definition trigonometry.ipp:24
Uncertain< T > atan(const Uncertain< T > &a)
Arctangent of the variable.
Definition trigonometry.ipp:59
Uncertain< T > cos(const Uncertain< T > &a)
Cosine of the variable.
Definition trigonometry.ipp:31
Uncertain< T > tan(const Uncertain< T > &a)
Tangent of the variable.
Definition trigonometry.ipp:38
Uncertain< T > degrees(const Uncertain< T > &a)
Convert from radians to degrees.
Definition trigonometry.ipp:8
Uncertain< T > asin(const Uncertain< T > &a)
Arcsine of the variable.
Definition trigonometry.ipp:45
Uncertain< T > radians(const Uncertain< T > &a)
Convert from degrees to radians.
Definition trigonometry.ipp:16
Uncertain< T > acos(const Uncertain< T > &a)
Arccosine of the variable.
Definition trigonometry.ipp:52
Defines the Uncertain class.