diff options
-rw-r--r-- | Lib/test/output/test_math | 2 |
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 |