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

Method sech

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

Source from the content-addressed store, hash-verified

405 }
406
407 public static double sech(double x) {
408 return 1.0 / Math.cosh(x);
409 }
410
411 public static double asech(double x) {
412 return arcsech(x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected