summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/01_arithmetic/01_division
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom/01_arithmetic/01_division')
-rw-r--r--tests/custom/01_arithmetic/01_division4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/custom/01_arithmetic/01_division b/tests/custom/01_arithmetic/01_division
index d4a2adb..9e08f38 100644
--- a/tests/custom/01_arithmetic/01_division
+++ b/tests/custom/01_arithmetic/01_division
@@ -23,8 +23,8 @@ If both operands are integers, integer division is performed:
10 / 3 = 3
If either operand is a double, double division is performed:
-10.0 / 3 = 3.33333
-10 / 3.0 = 3.33333
+10.0 / 3 = 3.3333333333333
+10 / 3.0 = 3.3333333333333
-- End --
-- Testcase --