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

Method cos

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

Source from the content-addressed store, hash-verified

11 return Math.sin(this.value);
12 }
13 cos() {
14 return Math.cos(this.value);
15 }
16 tan() {
17 return Math.tan(this.value);
18 }

Callers 3

secMethod · 0.95
sincosMethod · 0.45
cosMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected