cos constructor

const cos(
  1. num d
)

Calculate cosine value in radius.

Implementation

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