Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Cos Inverse Function In Visual Basic
Message
 
To
30/11/2001 11:42:50
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00588057
Message ID:
00588069
Views:
30
I think you can do the following:

Inverse Cosine(x) is equivalent to:
Arccos(X), which equals:

Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1)

So you can use the Atn and Sqr functions to do it.

Ryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform