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

Method arccot

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

Source from the content-addressed store, hash-verified

461 }
462
463 public static double arccot(double x) {
464 return arctan(1.0 / x);
465 }
466
467 public static double acoth(double x) {
468 return arccoth(x);

Callers 1

acotMethod · 0.95

Calls 1

arctanMethod · 0.95

Tested by

no test coverage detected