summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/unitnumber.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/unitnumber.cpp b/src/unitnumber.cpp
index 6e1a7c8..1d63682 100644
--- a/src/unitnumber.cpp
+++ b/src/unitnumber.cpp
@@ -300,7 +300,8 @@ void UnitNumber::fraction1()
300 mathTestS( 8, "12", /, "4", "3" ); 300 mathTestS( 8, "12", /, "4", "3" );
301 mathTestS( 100, "9", /, "1.9", "4.7368421052631578947368421052631578947368421052631578947368421052631578947368421052631578947368421052" ); 301 mathTestS( 100, "9", /, "1.9", "4.7368421052631578947368421052631578947368421052631578947368421052631578947368421052631578947368421052" );
302 302
303 mathTestS( 10, "1", /, "17", "0.0588235294" ); 303 mathTestS( 10, "1", /, "17", "0.0588235294" );
304 mathTestS( 10, "1", /, "177", "0.0056497175" ); 304 mathTestS( 10, "1", /, "177", "0.0056497175" );
305 mathTestS( 10, "1", /, "177.1", "0.0056465273" );
305} 306}
306 307