Issue1717358

classification
Title: math module: radians() and degrees() functions
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: fwierzbicki, lgbr, pekka.klarck
Priority: normal Keywords: patch

Created on 2007-05-11.17:25:36 by lgbr, last changed 2007-12-29.04:16:09 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
jython_math.patch lgbr, 2007-05-11.17:25:36 Patch for src/org/python/modules/math.java
Messages
msg2711 (view) Author: LaserGuidedBunnyRabbit (lgbr) Date: 2007-05-11.17:25:36
math.radians() and math.degrees() have been added to the math module.
msg2712 (view) Author: Pekka Klärck (pekka.klarck) Date: 2007-05-14.22:57:29
These functions were added to Python 2.3 but personally I wouldn't mind getting them into Jython 2.2 already. 
msg2713 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2007-07-28.19:19:03
I applied this to the 2.3 branch.  While I was at it, I also added the 2 arg log() function and imported test_math.py from CPython's release25-maint branch.
msg2714 (view) Author: Pekka Klärck (pekka.klarck) Date: 2007-07-30.17:50:23
Should this one be closed?
msg2715 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2007-12-29.04:16:09
laukpe: yes it should be closed :) -- closing.
History
Date User Action Args
2007-05-11 17:25:36lgbrcreate