Hi all.

I have VB5, which does not have any function for "Arcsin". Help files describe some trick using a function using "Ant" and "Sqr", but that function does not seem to work well. Arcsin(1), which should return pi/2 returns an error because of a divisionby zero.

Is there some sort of API function I could use?

Thanks.