Loading lesson path
Concept visual
Start at both ends
Return the arc sine of a number:
SELECT ASIN(0.25);The ASIN() function returns the arc sine of a number.
Formula
The specified number must be between - 1 to 1, otherwise this function returns NULL.number )
Required. A numeric value
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
Return the arc sine of a number:
SELECT ASIN(-0.8);❮ SQL Server Functions