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

Method arccsch

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

Source from the content-addressed store, hash-verified

437 }
438
439 public static double arccsch(double x) {
440 return arcsinh(1.0 / x);
441 }
442
443 public static double arctan(double x) {
444 return Math.atan(x);

Callers 1

acschMethod · 0.95

Calls 1

arcsinhMethod · 0.95

Tested by

no test coverage detected