Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lookToRh
Method · 0.45
lookToLh
Method · 0.45
conjugate
Method · 0.45
nlerp
Method · 0.45
slerp
Method · 0.45
neg
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected