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

Method coth

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

Source from the content-addressed store, hash-verified

453 }
454
455 public static double coth(double x) {
456 return 1.0 / Math.tanh(x);
457 }
458
459 public static double acot(double x) {
460 return arccot(x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected