CAPD::DynSys Library
6.0.0
|
Namespaces | |
capd | |
capd::intervals | |
Interval arithmetics. | |
Macros | |
#define | _MP_INTERVAL_CPP_ |
Functions | |
MpInterval::BoundType | capd::intervals::quadrant (const MpInterval::BoundType &x) |
returns the integer part of the division of x by Pi/2 the result is exact More... | |
int | capd::intervals::modulo4 (MpReal x) |
template<> | |
MpInterval | capd::intervals::sin (const MpInterval &x) |
template<> | |
MpInterval | capd::intervals::cos (const MpInterval &x) |
template<> | |
MpInterval | capd::intervals::tan (const MpInterval &x) |
template<> | |
MpInterval | capd::intervals::log (const MpInterval &x) |
template<> | |
MpInterval | capd::intervals::exp (const MpInterval &x) |
template<> | |
MpInterval | capd::intervals::sqrt (const MpInterval &z) |
template<> | |
MpInterval | capd::intervals::power (const MpInterval &value, int exponent) |
#define _MP_INTERVAL_CPP_ |