sigma  1.0.0
Loading...
Searching...
No Matches
exponents.hpp File Reference

Exponent operations for interval variables. More...

#include "sigma/interval/interval.hpp"
#include "exponents.ipp"

Go to the source code of this file.

Namespaces

namespace  sigma
 The primary namespace for the sigma library.

Functions

template<typename T>
Interval< T > sigma::sqrt (const Interval< T > &a)
 Calculate the square root of an interval.
template<typename T>
Interval< T > sigma::exp (const Interval< T > &a)
 Calculate Euler's number raised to the power of an interval.
template<typename T>
Interval< T > sigma::log (const Interval< T > &a)
 Calculate the natural logarithm of an interval.
template<typename T, typename U>
Interval< T > sigma::pow (const Interval< T > &a, const U &exp)
 Exponentiation of a variable.

Detailed Description

Exponent operations for interval variables.