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

Method sec

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

Source from the content-addressed store, hash-verified

393 }
394
395 public static double sec(double x) {
396 return 1.0 / Math.cos(x);
397 }
398
399 public static double asec(double x) {
400 return arcsec(x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected