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

Class

examples/extern/gmath.bundle.js:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84}
85class Deg extends Angle {
86 static turn = 360;
87 sin() {
88 return this.toRad().sin();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected