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

Method csc

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

Source from the content-addressed store, hash-verified

417 }
418
419 public static double csc(double x) {
420 return 1.0 / Math.sin(x);
421 }
422
423 public static double acsc(double x) {
424 return arccsc(x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected