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

Exponent operations for affine arithmetic. More...

#include <sigma/affine/affine.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>
Affine< T > sigma::sqrt (const Affine< T > &a)
 Calculate the square root of an affine form.
template<typename T>
Affine< T > sigma::exp (const Affine< T > &a)
 Calculate the exponential of an affine form.
template<typename T>
Affine< T > sigma::log (const Affine< T > &a)
 Calculate the natural logarithm of an affine form.
template<typename T, typename U>
Affine< T > sigma::pow (const Affine< T > &a, const U &exp)
 Calculate the power of an affine form.

Detailed Description

Exponent operations for affine arithmetic.

Formula are from affapy documentation: https://affapy.readthedocs.io/en/latest/aa.html