Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ asec
Method
asec
MathParser/src/com/aghajari/math/Functions.java:399–401 ·
view source on GitHub ↗
(double x)
Source
from the content-addressed store, hash-verified
397
}
398
399
public
static
double asec(double x) {
400
return
arcsec(x);
401
}
402
403
public
static
double arcsec(double x) {
404
return
Math.acos(1.0 / x);
Callers
nothing calls this directly
Calls
1
arcsec
Method · 0.95
Tested by
no test coverage detected