summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/cmath_fun.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/float/cmath_fun.py')
-rw-r--r--tests/float/cmath_fun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/float/cmath_fun.py b/tests/float/cmath_fun.py
index e13271372e..dfb6c56bd2 100644
--- a/tests/float/cmath_fun.py
+++ b/tests/float/cmath_fun.py
@@ -12,7 +12,7 @@ print("%.5g" % e)
print("%.5g" % pi)
test_values_non_zero = []
-base_values = (0.0, 0.5, 1.23456, 10.)
+base_values = (0.0, 0.5, 1.2345, 10.)
for r in base_values:
for i in base_values:
if r != 0. or i != 0.: