aboutsummaryrefslogtreecommitdiff
path: root/src/numerics.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/numerics.hpp')
-rw-r--r--src/numerics.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/numerics.hpp b/src/numerics.hpp
index c1317cd..43b6c0b 100644
--- a/src/numerics.hpp
+++ b/src/numerics.hpp
@@ -30,6 +30,7 @@ typedef uint64_t word_t;
struct Fraction
{
word_t numerator, denominator;
+ long double norm;
Fraction(word_t numerator = 0, word_t denominator = 1);
bool operator<(const Fraction other);