I can’t find the asin function in netbeans, and it is not under math. (i already tried) plz help:confused:
Due to the usage an old version of Java ME it does not have asin(). There is a Squawk library to add features not present in Java ME. So you would do this.
MathUtils.asin(x);
At first look i thought you said asian Haha.
Thanks for the help, this issue has been a plague on my department for weeks
asin(x) = atan2(x,sqrt(1-x2))