summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-05-14 08:51:33 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-05-14 08:51:33 (GMT)
commit2d2b51bf2290a9d941d96956f18c69d5830a1778 (patch)
tree73327f5910f9926bad097b07fb7d22d569c38532 /Lib/test/output
parentb760efb08d509bb2acfdef8f4e59dfafa20ca57f (diff)
downloadcpython-2d2b51bf2290a9d941d96956f18c69d5830a1778.zip
cpython-2d2b51bf2290a9d941d96956f18c69d5830a1778.tar.gz
cpython-2d2b51bf2290a9d941d96956f18c69d5830a1778.tar.bz2
Added tests for new degree/radian conversions.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_math2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_math b/Lib/test/output/test_math
index 2a98000..4c8f77c 100644
--- a/Lib/test/output/test_math
+++ b/Lib/test/output/test_math
@@ -8,6 +8,7 @@ atan2
ceil
cos
cosh
+degrees
exp
fabs
floor
@@ -19,6 +20,7 @@ log
log10
modf
pow
+radians
sin
sinh
sqrt