summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_math
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-10 23:20:09 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-10 23:20:09 (GMT)
commitdde5c70c8af0417d4c6b675ea52852e41886e573 (patch)
treea9744f7b4f2fad5b4dc7b75f91962fb481b71134 /Lib/test/output/test_math
parente4a252ef88bd788db6a0712b088ff128aa33d15d (diff)
downloadcpython-dde5c70c8af0417d4c6b675ea52852e41886e573.zip
cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.gz
cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.bz2
Test output files in their new location
Diffstat (limited to 'Lib/test/output/test_math')
-rw-r--r--Lib/test/output/test_math26
1 files changed, 26 insertions, 0 deletions
diff --git a/Lib/test/output/test_math b/Lib/test/output/test_math
new file mode 100644
index 0000000..2a98000
--- /dev/null
+++ b/Lib/test/output/test_math
@@ -0,0 +1,26 @@
+test_math
+math module, testing with eps 1e-05
+constants
+acos
+asin
+atan
+atan2
+ceil
+cos
+cosh
+exp
+fabs
+floor
+fmod
+frexp
+hypot
+ldexp
+log
+log10
+modf
+pow
+sin
+sinh
+sqrt
+tan
+tanh