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

Method arccsc

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

Source from the content-addressed store, hash-verified

425 }
426
427 public static double arccsc(double x) {
428 return Math.asin(1.0 / x);
429 }
430
431 public static double csch(double x) {
432 return 1.0 / Math.sinh(x);

Callers 1

acscMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected