Skip to main content

atan2

functionv1.11

clojure.math/atan2

Available in:BBCLJ
(atan2 [y x])
Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta). Computes the phase theta by computing an arc tangent of y/x in the range of -pi to pi. For more details on special cases, see: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#atan2-double-double-

No examples yet. Be the first to add one!