cos inverse???
Moderator: Board moderators
-
- New poster
- Posts: 8
- Joined: Sun Mar 30, 2003 9:44 pm
- Location: bangladesh
cos inverse???
how can i measure the inverse of cosine in C++ language in a program??????????????[cpp][/cpp]
I believe you can use the acos function if you include math.h
K M Hasan
http://www.cs.umanitoba.ca/~kmhasan/
http://www.cs.umanitoba.ca/~kmhasan/
-
- New poster
- Posts: 8
- Joined: Sun Mar 30, 2003 9:44 pm
- Location: bangladesh
No. cos finds the cosine, and acos finds the arc cosine which is the cos inverse.
Here, have a look at this url. This should clear out the confusion:
http://www.cs.utah.edu/dept/old/texinfo ... tml#SEC292
Here, have a look at this url. This should clear out the confusion:
http://www.cs.utah.edu/dept/old/texinfo ... tml#SEC292
K M Hasan
http://www.cs.umanitoba.ca/~kmhasan/
http://www.cs.umanitoba.ca/~kmhasan/