tan constructor

const tan(
  1. num d
)

Calculate tangent value in radius.

Implementation

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