commit | 2d2b51bf2290a9d941d96956f18c69d5830a1778 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue May 14 08:51:33 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue May 14 08:51:33 2002 +0000 |
tree | 73327f5910f9926bad097b07fb7d22d569c38532 | |
parent | b760efb08d509bb2acfdef8f4e59dfafa20ca57f [diff] |
Added tests for new degree/radian conversions.
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 @@ ceil cos cosh +degrees exp fabs floor @@ -19,6 +20,7 @@ log10 modf pow +radians sin sinh sqrt