About Store Forum Documentation Contact



Post Reply 
computation of sine or cosine
Author Message
Babulesnik Offline
Member

Post: #1
computation of sine or cosine
Why the function Sin() and Cos() returns a value ?

Sin(45) - 0.8509 must 0.7071

Cos(30) - 0.1542 must 0.8660
10-19-2011 02:45 PM
Find all posts by this user Quote this message in a reply
kulesz Offline
Member

Post: #2
RE: computation of sine or cosine
It's the units issue (radians != degrees).
10-19-2011 03:54 PM
Find all posts by this user Quote this message in a reply
Babulesnik Offline
Member

Post: #3
RE: computation of sine or cosine
(10-19-2011 03:54 PM)kulesz Wrote:  It's the units issue (radians != degrees).
Thanks, I thought it degrees)
10-19-2011 04:16 PM
Find all posts by this user Quote this message in a reply
Post Reply