Shi Mu wrote:
> any python module to calculate sin, cos, arctan?

math

There are two versions of arctan: atan and atan2.
atan2(y,x) does the quadrant selection
you do not get from atan(y/x)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to