atan2 method

double atan2(
  1. num value
)

Implementation

double atan2(num value) => math.atan2(this, value);