MCPcopy Create free account
hub / github.com/Aghajari/MathParser / acot

Method acot

MathParser/src/com/aghajari/math/Functions.java:459–461  ·  view source on GitHub ↗
(double x)

Source from the content-addressed store, hash-verified

457 }
458
459 public static double acot(double x) {
460 return arccot(x);
461 }
462
463 public static double arccot(double x) {
464 return arctan(1.0 / x);

Callers

nothing calls this directly

Calls 1

arccotMethod · 0.95

Tested by

no test coverage detected