commit | fcce630a7dfa2e1c10b87be44966196b693bd743 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 08 18:26:25 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 08 18:26:25 1996 +0000 |
tree | 8b65f983c965a803f888721b88683d4981cc39a3 | |
parent | 47347f04258fc5d21673ab74725f0cda28c6d02f [diff] [blame] |
Added test for math module
diff --git a/Lib/test/testall.out b/Lib/test/testall.out index e69df95..9d210a2 100644 --- a/Lib/test/testall.out +++ b/Lib/test/testall.out
@@ -138,4 +138,30 @@ 6.5.3 Lists 6.5.3a Additional list operations 6.6 Mappings == Dictionaries +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 Passed all tests.