diff options
author | Mike Buland <mike@xagasoft.com> | 2014-10-30 13:15:19 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2014-10-30 13:15:19 -0600 |
commit | 7026b96ec807b169f7b413056e52412ae422ea9d (patch) | |
tree | 9a597b31b8c7d6a8781b45d1bbf27c258bb6a3a4 /src/unitnumber.h | |
parent | 18a2be05bfacddcb7398f1b197bd1a5876c9a0cb (diff) | |
download | clic-7026b96ec807b169f7b413056e52412ae422ea9d.tar.gz clic-7026b96ec807b169f7b413056e52412ae422ea9d.tar.bz2 clic-7026b96ec807b169f7b413056e52412ae422ea9d.tar.xz clic-7026b96ec807b169f7b413056e52412ae422ea9d.zip |
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.
Diffstat (limited to 'src/unitnumber.h')
-rw-r--r-- | src/unitnumber.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
12 | void packed1(); | 12 | void packed1(); |
13 | void parse1(); | 13 | void parse1(); |
14 | void multiply1(); | 14 | void multiply1(); |
15 | void divide1(); | ||
15 | void number1(); | 16 | void number1(); |
16 | void compare1(); | 17 | void compare1(); |
17 | void radix1(); | 18 | void radix1(); |