degree mode



>  asind(x) := asin(rad_to_deg(x))$

Oops, this should be

asind(x) := rad_to_deg(asin(x))$