From 7026b96ec807b169f7b413056e52412ae422ea9d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 30 Oct 2014 13:15:19 -0600 Subject: The new division works great! Other minor bug fixes including scale issues, digit() access stopped a digit before the final possible digit in the scale, >, >=, <, <= all work correctly with mixed scale numbers now, probably other fixes. --- src/unitnumber.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unitnumber.h') diff --git a/src/unitnumber.h b/src/unitnumber.h index 83da27f..96d882e 100644 --- a/src/unitnumber.h +++ b/src/unitnumber.h @@ -12,6 +12,7 @@ public: void packed1(); void parse1(); void multiply1(); + void divide1(); void number1(); void compare1(); void radix1(); -- cgit v1.2.3