Re: any python module to calculate sin, cos, arctan?
- From: Juho Schultz <juho.schultz@xxxxxxxxxxx>
- Date: Tue, 08 Nov 2005 12:55:31 +0200
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) .
- References:
- any python module to calculate sin, cos, arctan?
- From: Shi Mu
- any python module to calculate sin, cos, arctan?
- Prev by Date: Re: what the %?....
- Next by Date: Re: Addressing the last element of a list
- Previous by thread: Re: any python module to calculate sin, cos, arctan?
- Next by thread: Re: any python module to calculate sin, cos, arctan?
- Index(es):