ht's Scheme Interpreter  1.0
a simplified scheme interpreter implementation
rational.hpp
Go to the documentation of this file.
1 #ifndef __SCHEME_TYPES_RATIONAL
2 #define __SCHEME_TYPES_RATIONAL
3 #include "arch.hpp"
4 #include "utility/bigint.hpp"
5 
7 {
8  private:
10  void reduce();
11 };
12 #endif
BigInt num
Definition: rational.hpp:9
BigInt den
Definition: rational.hpp:9