any python module to calculate sin, cos, arctan?

Juho Schultz juho.schultz at helsinki.fi
Tue Nov 8 05:55:31 EST 2005


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)



More information about the Python-list mailing list