Wrong Prefixes in Unit Calculation [message #1740956] |
Sun, 21 August 2016 14:02 |
Ines Gradischnig Messages: 1 Registered: August 2016 |
Junior Member |
|
|
I am evaluating UOMo for our project and downloaded version 0.6 (stable) and 0.7 (snapshot). During my evaluation I compared UOMo with JScience and found some bugs in the prefix calculation:
For example:
UOMo:
Result of SI.GRAM.multiply(10) is 'cg'.
Result of SI.GRAM.multiply(100) is 'dg'.
Result of SI.GRAM.divide(10) is 'g·1.0E-4'.
Result of SI.GRAM.divide(100) is 'g·1.0E-5'.
Result of SI.GRAM.divide(1000) is 'µg'.
Compared with JScience 4.3.1:
Result of SI.GRAM.times(10) is 'dag'.
Result of SI.GRAM.times(100) is 'hg'.
Result of SI.GRAM.divide(10) is 'dg'.
Result of SI.GRAM.divide(100) is 'cg'.
Result of SI.GRAM.divide(1000) is 'mg'.
Where can I report bugs for UOMo ?
|
|
|
Powered by
FUDForum. Page generated in 0.03037 seconds