#include <TemplateTools.h>
Public Types | |
|
typedef Rational< N/gcd, D/gcd > | Canonical |
Static Public Member Functions | |
| template<class To> | |
| static To | convert () |
| convert the Rational into a type To | |
Static Public Attributes | |
| static long const | numerator = N |
| static long const | denominator = D |
Static Private Attributes | |
| static long const | gcd = Signum<D>::RET * Gcd<N,D>::RET |
Definition at line 342 of file TemplateTools.h.
1.5.3