csc constructor

const csc(
  1. num d
)

Calculate cosecant value in radius.

Implementation

const factory csc(num d) = ConstMath.csc;