Can I perform inverse trig functions in Spotlight?
Solution 1:
asin(x), acos(x), and atan(x) work for me. Spotlight gives the results in radians and will not show any calculator results if you go out of the domains for these functions.
Edit: If you want the results in degrees instead of radians, use asind(x), acosd(x), and atand(x).