Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ arccos
Method
arccos
MathParser/src/com/aghajari/math/Functions.java:371–373 ·
view source on GitHub ↗
(double x)
Source
from the content-addressed store, hash-verified
369
}
370
371
public
static
double arccos(double x) {
372
return
Math.acos(x);
373
}
374
375
public
static
double acosh(double x) {
376
return
arccosh(x);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected