sec constructor

const sec(
  1. num d
)

Calculate secant value in radius.

Implementation

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