This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aneesh317
Recipients aneesh317
Date 2017-09-25.13:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506344954.58.0.178245376946.issue31576@psf.upfronthosting.co.za>
In-reply-to
Content
We know that the answer of sin 90 is 1.
But In Python's library math,the value of it is around 0.83...
My program is as follows:
import math
a=math.sin(90)
print(a)
#Output obtained is 0.83.....
Hope you guys solve this on the next update or nearby
I hope it is a small issue.But the credibility of program depends upon every minute particles
History
Date User Action Args
2017-09-25 13:09:14aneesh317setrecipients: + aneesh317
2017-09-25 13:09:14aneesh317setmessageid: <1506344954.58.0.178245376946.issue31576@psf.upfronthosting.co.za>
2017-09-25 13:09:14aneesh317linkissue31576 messages
2017-09-25 13:09:14aneesh317create