Re: any python module to calculate sin, cos, arctan?



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
.