MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / atan2

Method atan2

src/java/lang/Math.java:141–141  ·  view source on GitHub ↗

Converts rectangular coordinates (a, b) to polar (r, theta). This method computes the phase theta by computing an arc tangent of b/a in the range of -Pi to Pi. @param a an assigned value @param b an assigned value @return the polar coordinates (r, theta).

(double a, double b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

filterRGBMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected