dart / 1 / dart-math / atan.html

atan function

double atan(num x)

Converts x to a double and returns its arc tangent in radians.

Returns a value in the range -PI/2..PI/2, or NaN if x is NaN.

Source

external double atan(num x);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-math/atan.html