MCPcopy 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

cotMethod · 0.45
toMatrix4Method · 0.45

Calls 1

tanMethod · 0.95

Tested by

no test coverage detected