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



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

Yes.

Use the math module or the cmath module if you need
mathematical functions for complex numbers.

Bye,
Dennis
.