Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ arctanh
Method
arctanh
MathParser/src/com/aghajari/math/Functions.java:451–453 ·
view source on GitHub ↗
(double x)
Source
from the content-addressed store, hash-verified
449
}
450
451
public
static
double arctanh(double x) {
452
return
0.5 * Math.log((1 + x) / (1 - x));
453
}
454
455
public
static
double coth(double x) {
456
return
1.0 / Math.tanh(x);
Callers
2
atanh
Method · 0.95
arccoth
Method · 0.95
Calls
1
log
Method · 0.80
Tested by
no test coverage detected