Log In  

There is no asin()

P#147398 2024-04-26 21:17

1

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

P#147401 2024-04-26 21:43
2

math.asin works

P#147404 2024-04-26 23:06

[Please log in to post a comment]