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