csec

calculate the cosecant of given angle


Parameters

csec angle :integer :floating :complex :quantity

Returns

  • :floating
  • :complex

Examples

copy
print csec 0 ; inf print csec 0.3 ; 3.383863361824123 print csec 1.0 ; 1.188395105778121

copy
csec to :complex [1 1] ; => 0.6215180171704283-0.3039310016284264i

Related