acsech

calculate the inverse hyperbolic cosecant of given angle


Parameters

acsech angle :integer :floating :complex :quantity

Returns

  • :floating
  • :complex

Examples

copy
print acsech 0 ; inf print acsech 1.0 ; 0.0 print acsech 10 ; 0.09983407889920758

copy
acsech to :complex @[pi 1] ; => 0.2862356627279947-0.08847073864038091i

Related