cot constructor

const cot(
  1. num d
)

Calculate cotangent value in radius.

Implementation

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