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

Method sin

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

Source from the content-addressed store, hash-verified

8class Rad extends Angle {
9 static turn = 2 * Math.PI;
10 sin() {
11 return Math.sin(this.value);
12 }
13 cos() {
14 return Math.cos(this.value);
15 }

Callers 4

cscMethod · 0.95
sincosMethod · 0.45
sinMethod · 0.45
slerpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected