ClojureDocs

导航

名称空间

atan

clojure.math

从 1.11 起提供
  • (atan a)
Returns the arc tangent of a, in the range of -pi/2 to pi/2.
If a is ##NaN => ##NaN
If a is zero => zero with the same sign as a
See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#atan-double-