asec

calculate the inverse secant of given angle


Parameters

asec angle :integer :floating :complex :quantity

Returns

  • :floating
  • :complex

Examples

copy
print asec 0 ; nan print asec 45 ; 1.548572275176629 print asec 5 ; 1.369438406004566

copy
asec to :complex @[pi 1] ; => 1.278970729150485+0.09591398081723231i

Related