Hi,
There is no built-in function for Arcsin in VB6.
However, the MSDN Help files state that the following will produce the arcsin
Arcsin(X) = Atn(X / Sqr(-X * X + 1))
I cannot believe this formula is correct (probably my misunderstanding of something) as when x = 1 there is a division by zero error.
Can anyone help please.
