Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.visual.basic    |    MS Visual Basic discussions, NOT dot-net    |    10,840 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 10,804 of 10,840    |
|    Auric__ to All    |
|    Re: Arcsin    |
|    17 Sep 09 22:14:21    |
      From: not.my.real@email.address              On Thu, 17 Sep 2009 20:44:23 GMT, Jens Damsgård wrote:              > In Visual Basic you have the matematical function Atn(x) returning the       > arctangent.       > Can arcsin and arccos be derived as a function from arctangent or how       > can it be made?              It's right there in the help file. Search for "derived math functions". The       two you asked for are:               Arcsin(X) = Atn(X / Sqr(-X * X + 1))        Arccos(X) = Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1)              There are 19 more functions listed on the derived functions page; all but one       are trig functions.              ...for that matter, you could just go to Wikipedia and use the information       there:        http://en.wikipedia.org/wiki/Inverse_trigonometric_functions              --       Answers are a perilous grip on the universe.       They can appear sensible yet explain nothing.              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca