calc.asin
Calculate the arcsine of a number.
Example
#calc.asin(0) \
#calc.asin(1)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
value
The number whose arcsine to calculate. Must be between -1 and 1.