From 2d2b51bf2290a9d941d96956f18c69d5830a1778 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 14 May 2002 08:51:33 +0000 Subject: Added tests for new degree/radian conversions. --- Lib/test/output/test_math | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12