Skip to content

ASIN

  • x: This parameter represents a floating-point value within the range of -1 to 1 inclusive. It’s the value whose arc sine is to be returned.
SELECT ASIN(1);
1.5707963267949

In this example, the ASIN() function is used in MySQL to return the arc sine of the number 1. The output, 1.5707963267949, is the radian equivalent of 90 degrees.