Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ acsch
Method
acsch
MathParser/src/com/aghajari/math/Functions.java:435–437 ·
view source on GitHub ↗
(double x)
Source
from the content-addressed store, hash-verified
433
}
434
435
public
static
double acsch(double x) {
436
return
arccsch(x);
437
}
438
439
public
static
double arccsch(double x) {
440
return
arcsinh(1.0 / x);
Callers
nothing calls this directly
Calls
1
arccsch
Method · 0.95
Tested by
no test coverage detected