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