asin function
Syntax
float asin(x)
Parameters
- x (float)
Returns
The arc sine of x in degrees. This value is in the range [-90, 90].
If x is outside [-1,1], nan is generated.
Description
The asin function calculates the arc sine of x, i.e. the value whose sine is x.
Related
Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.