Darshan Kanade <kanadedars...@gmail.com> added the comment:

In the program, I did convert degrees to radians
So, this was what I used- 
1)pi = k*math.cos(math.radians((90 - 180/k)))
2)pi = k*math.sin(math.radians(180/k))
where k=2**62

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46444>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to