- :floating
- :complex
asin
calculate the inverse sine of given angle
Parameters
asin angle :integer :floating :complex :quantity
Returns
Examples
copyprint asin 0 ; 0.0 print asin 0.3 ; 0.3046926540153975 print asin 1.0 ; 1.570796326794897
copyasin to :complex @[pi 1] ; => 1.248543032813438+1.867114393160262i