Function ASinMBS
ASinMBS(x as double) as double
Version: 1.1
The asin() function computes the principal value of the arc sine of x. The result is in the range [-pi/2, +pi/2].
Example queries:
select ASinMBS(5) select ASinMBS(25)
Back to function list.