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