
HI all, Someone on the wxPython list just pointed out that the math module now includes includes angle-conversion utilities:
degrees.__doc__ degrees(x) -> converts angle x from radians to degrees radians.__doc__ radians(x) -> converts angle x from degrees to radians
Not a big deal, but handy. As I generally like to think if numpy as a superset of the math module, perhaps is should include these too. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chris.Barker@noaa.gov

On Dec 14, 2007, at 14:33 , Christopher Barker wrote:
HI all,
Someone on the wxPython list just pointed out that the math module now includes includes angle-conversion utilities:
degrees.__doc__ degrees(x) -> converts angle x from radians to degrees radians.__doc__ radians(x) -> converts angle x from degrees to radians
Not a big deal, but handy. As I generally like to think if numpy as a superset of the math module, perhaps is should include these too.
Done. -- |>|\/|< /------------------------------------------------------------------\ |David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/ |cookedm@physics.mcmaster.ca
participants (2)
-
Christopher Barker
-
David M. Cooke