atan constructor

const atan(
  1. num d
)

Calculate arctangent value.

Implementation

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