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

Method arcsech

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

Source from the content-addressed store, hash-verified

413 }
414
415 public static double arcsech(double x) {
416 return arccosh(1.0 / x);
417 }
418
419 public static double csc(double x) {
420 return 1.0 / Math.sin(x);

Callers 1

asechMethod · 0.95

Calls 1

arccoshMethod · 0.95

Tested by

no test coverage detected