Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ cot
Method
cot
examples/extern/gmath.bundle.js:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
return
1 / this.sin();
27
}
28
cot() {
29
return
1 / this.tan();
30
}
31
sec() {
32
return
1 / this.cos();
33
}
Callers
2
cot
Method · 0.45
toMatrix4
Method · 0.45
Calls
1
tan
Method · 0.95
Tested by
no test coverage detected