any python module to calculate sin, cos, arctan?

Raymond L. Buvel levub137 at wi.rr.com
Tue Nov 8 07:30:35 EST 2005


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

The other answers in this thread point you to the standard modules.  If
you need arbitrary precision floating point versions of these functions
check out:

http://calcrpnpy.sourceforge.net/clnumManual.html



More information about the Python-list mailing list