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

Method acsc

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

Source from the content-addressed store, hash-verified

421 }
422
423 public static double acsc(double x) {
424 return arccsc(x);
425 }
426
427 public static double arccsc(double x) {
428 return Math.asin(1.0 / x);

Callers

nothing calls this directly

Calls 1

arccscMethod · 0.95

Tested by

no test coverage detected