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