ASIN « Math Numeric Functions « MySQL Tutorial






21.5.ASIN
21.5.1.ASIN(X) returns the arc sine of X. Returns NULL if X is not in the range -1 to 1.
21.5.2.SELECT ASIN('foo');