|
APRONXX
0.9.7
|
A fraction with native int coefficients, to simplify initialisations and assignments. More...
#include <apxx_scalar.hh>
Public Member Functions | |
| frac (long num, unsigned long den=1) | |
Public Attributes | |
| long | num |
| Numerator. More... | |
| unsigned long | den |
| Denominator. More... | |
A fraction with native int coefficients, to simplify initialisations and assignments.
|
inline |
num: Numerator. den: Denominator. | unsigned long apron::frac::den |
Denominator.
| long apron::frac::num |
Numerator.
1.8.11