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

Method csch

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

Source from the content-addressed store, hash-verified

429 }
430
431 public static double csch(double x) {
432 return 1.0 / Math.sinh(x);
433 }
434
435 public static double acsch(double x) {
436 return arccsch(x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected