Computer Science Canada Can VB do reverse trigonometry functions? |
Author: | HazySmoke)345 [ Tue Jul 04, 2006 6:20 pm ] |
Post subject: | Can VB do reverse trigonometry functions? |
Do they even have functions that find the arcsin and arccos of a number? I've be searching through this (unofficial) manual and the only thing I found was arctan, which is represented by Atn(). If they seriously don't have functions to find arcsin and arccos, is there a way to work it out somehow? |
Author: | NikG [ Wed Jul 05, 2006 1:04 am ] |
Post subject: | |
http://msdn2.microsoft.com/en-us/library/w3t84e33.aspx This shows you how to derive functions using the existing vb functions (I believe you are looking for inverse sine and inverse cosine). |
Author: | HazySmoke)345 [ Wed Jul 05, 2006 5:20 pm ] |
Post subject: | |
Oooh. Thanks. That's exactly what I need. 10 bits. |