Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ asech
Method
asech
MathParser/src/com/aghajari/math/Functions.java:411–413 ·
view source on GitHub ↗
(double x)
Source
from the content-addressed store, hash-verified
409
}
410
411
public
static
double asech(double x) {
412
return
arcsech(x);
413
}
414
415
public
static
double arcsech(double x) {
416
return
arccosh(1.0 / x);
Callers
nothing calls this directly
Calls
1
arcsech
Method · 0.95
Tested by
no test coverage detected