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

Method div

examples/extern/gmath.bundle.js:129–132  ·  view source on GitHub ↗
(other)

Source from the content-addressed store, hash-verified

127 return new Deg(this.value * value);
128 }
129 div(other) {
130 const value = other instanceof Angle ? other.toDeg().value : other;
131 return new Deg(this.value / value);
132 }
133 neg() {
134 return new Deg(-this.value);
135 }

Callers

nothing calls this directly

Calls 1

toDegMethod · 0.45

Tested by

no test coverage detected