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

Method toRad

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

Source from the content-addressed store, hash-verified

73 return this;
74 }
75 toRad() {
76 return this;
77 }
78 toDeg() {
79 return new Deg(this.value * (180 / Math.PI));
80 }

Callers 6

addMethod · 0.45
subMethod · 0.45
mulMethod · 0.45
divMethod · 0.45
eqMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected