]> granicus.if.org Git - python/commit
Adds tests for degrees() and radians() functions added to mathmodule.
authorRaymond Hettinger <python@rcn.com>
Mon, 13 May 2002 03:55:01 +0000 (03:55 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 13 May 2002 03:55:01 +0000 (03:55 +0000)
commit64108afa609104c9d63e70a0ec4b50da318bd7f9
tree9a398f04fda57d6e289964480a3b97d2c9db6d60
parentc045b49633b6200a979894aa88dd09d5ca4eb6bf
Adds tests for degrees() and radians() functions added to mathmodule.
Closes patch 552452 and feature request 426539.
Lib/test/test_math.py