MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / cot

Method cot

examples/extern/gmath.bundle.js:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 return this.toRad().csc();
101 }
102 cot() {
103 return this.toRad().cot();
104 }
105 sec() {
106 return this.toRad().sec();
107 }

Callers

nothing calls this directly

Calls 2

toRadMethod · 0.95
cotMethod · 0.45

Tested by

no test coverage detected