Log In  


There is no asin()



1

I guess you could just do function asin(v) return -atan2(v, sqrt(1-v*v)) end


2

math.asin works



[Please log in to post a comment]