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