ArcSin (PQL)
                                    Returns the arc sine of a number.
- Returned Output: Numeric
 - Library: PQL \ Common \ Math
 - Version: 2018.00.000
 - Compatibility: 
- It can be combined with other PQL functions throughout the application.
 - It CANNOT be used with MDX or VBA functions. But it can be used on MDX-based content in other parts of the application.
 
 
Syntax
ArcSin( <Numeric> )
                                    
                                    * Click on the function's arguments above for more details on the input values.
Comments
- The numeric value must be represented in radians.
 - Use the function for trigonometric calculations.
 
Different Function types
- This function is like the Excel Arc Sine function.
 
Examples
This example returns -1.5707963267948966
ArcSin(-1)