asin

calculate the inverse sine of given angle


Parameters

asin angle :integer :floating :complex :quantity

Returns

  • :floating
  • :complex

Examples

copy
print asin 0 ; 0.0 print asin 0.3 ; 0.3046926540153975 print asin 1.0 ; 1.570796326794897

copy
asin to :complex @[pi 1] ; => 1.248543032813438+1.867114393160262i

Related