| 1 | initial version |
This bug was fixed in sage-5.1 :
sage: arctan2(0,0)
RuntimeError: arctan2_eval(): arctan2(0,0) encountered
sage: atan2(0,0)
RuntimeError: arctan2_eval(): arctan2(0,0) encountered
sage: maxima.atan2(0,0)
TypeError: Error executing code in Maxima
Hence, everyone agrees that arctan2(0,0) is not defined. Except python:
sage: math.atan2(0,0)
0.0
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.