carl  24.04
Computer ARithmetic Library
MpqIntervalExample.cpp
Go to the documentation of this file.
1 /**
2  * An example used to test, which of the operators for multiplication of mpq_class
3  * types is used: The official one or the overridden one.
4  * @file MpqIntervalExample.cpp
5  * @author Stefan Schupp <stefan.schupp@cs.rwth-aachen.de>
6  *
7  * @since 2014-01-29
8  * @version 2014-01-29
9  */
10 
12 int main (int argc, char** argv)
13 {
14  mpq_class a = 2;
15  mpq_class b = 4;
16  mpq_class c = 6;
17  mpq_class d = 3;
18 
20 }
int main(int argc, char **argv)
@ WEAK
the given bound is compared by a weak ordering relation
@ STRICT
the given bound is compared by a strict ordering relation
The class which contains the interval arithmetic including trigonometric functions.
Definition: Interval.h:134