Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ acoth
Method
acoth
MathParser/src/com/aghajari/math/Functions.java:467–469 ·
view source on GitHub ↗
(double x)
Source
from the content-addressed store, hash-verified
465
}
466
467
public
static
double acoth(double x) {
468
return
arccoth(x);
469
}
470
471
public
static
double arccoth(double x) {
472
return
arctanh(1.0 / x);
Callers
nothing calls this directly
Calls
1
arccoth
Method · 0.95
Tested by
no test coverage detected