CAPD::DynSys Library  6.0.0
MpInterval.cpp File Reference
#include <exception>
#include "capd/intervals/MpInterval.h"
#include <fstream>

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)
 

Detailed Description

Author
Tomasz Kapela
Date
23-08-2006

Macro Definition Documentation

◆ _MP_INTERVAL_CPP_

#define _MP_INTERVAL_CPP_