Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
add
Method · 0.45
sub
Method · 0.45
mul
Method · 0.45
div
Method · 0.45
eq
Method · 0.45
constructor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected