We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3dffa commit 3b936a5Copy full SHA for 3b936a5
1 file changed
tests/float/math_fun_special.py
@@ -31,6 +31,6 @@
31
print(function_name)
32
for value in test_vals:
33
try:
34
- print("{:.5g}".format(function(value)))
+ print("{:.4g}".format(function(value)))
35
except ValueError as e:
36
print(str(e))
0 commit comments