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

Method neg

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

Source from the content-addressed store, hash-verified

57 return new Rad(this.value / value);
58 }
59 neg() {
60 return new Rad(-this.value);
61 }
62 eq(other) {
63 const value = other instanceof Angle ? other.toRad().value : other;
64 return this.value === value;

Callers 6

lookToRhMethod · 0.45
lookToLhMethod · 0.45
conjugateMethod · 0.45
nlerpMethod · 0.45
slerpMethod · 0.45
negMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected