any python module to calculate sin, cos, arctan?

Mikael Olofsson mikael at isy.liu.se
Tue Nov 8 06:03:09 EST 2005


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

Try module math. Or cmath if you want the functions to be aware of 
complex numbers.

/MiO



More information about the Python-list mailing list