carl
24.04
Computer ARithmetic Library
|
An example how to use the general type interval with different instantiations. More...
Go to the source code of this file.
Typedefs | |
typedef mpq_class | Rational |
typedef mpz_class | Integer |
Functions | |
int | main (int argc, char **argv) |
An example how to use the general type interval with different instantiations.
Definition in file IntervalExample.cpp.
typedef mpz_class Integer |
Definition at line 18 of file IntervalExample.cpp.
typedef mpq_class Rational |
Definition at line 17 of file IntervalExample.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |