|
sigma
1.0.0
|
Exponent operations for affine arithmetic. More...
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. | |
Exponent operations for affine arithmetic.
Formula are from affapy documentation: https://affapy.readthedocs.io/en/latest/aa.html