asinh

calculate the inverse hyperbolic sine of given angle


Parameters

asinh angle :integer :floating :complex :quantity

Returns

  • :floating
  • :complex

Examples

copy
print asinh 0 ; 0.0 print asinh 0.3 ; 0.2956730475634224 print asinh 1.0 ; 0.881373587019543

copy
asinh to :complex @[pi 1] ; => 1.904627686970658+0.2955850342116299i

Related