Wuya Tutorial-JavaScript-ASIN Function

describe

The ASIN function returns the inverse sine or inverse sine of the given number and returns the angle in radians between -π/2 and π/2.

grammar

ASIN (number)

debate

Argument describe Required/Optional
Number The sine of the angle you want and must be from -1 to 1. Required

Notes

  • If you want the Angular returned by the ASIN function to be expressed in degrees, you can convert it,

    • Using the Excel Degrees Function (= DEGREES(radians))

    • , or multiply by 180/PI()

  • If the specified number is outside the range -1 to +1, ASIN returns #NUM! error.

  • If the specified number is not recognized as a numeric value, ASIN returns a #VALUE! error.

applicability

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

ASIN Function

ASIN function in JavaScript - Wuya Tutorial Network Wuya Tutorial Network provides a description. The ASIN function returns the inverse sine or inverse sine of a given number, and returns the Angular expressed in radians, between -π/2 and π/2... https://www.learnfk.com/javascript/advanced-excel-math-trignometric-asin-function.html

Guess you like

Origin blog.csdn.net/w116858389/article/details/132919902