Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ sin
Method
sin
examples/extern/gmath.bundle.js:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
class
Rad extends Angle {
9
static turn = 2 * Math.PI;
10
sin() {
11
return
Math.sin(this.value);
12
}
13
cos() {
14
return
Math.cos(this.value);
15
}
Callers
4
csc
Method · 0.95
sincos
Method · 0.45
sin
Method · 0.45
slerp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected