Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ acos
Method
acos
examples/extern/gmath.bundle.js:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
return
Math.asin(this.value);
36
}
37
acos() {
38
return
Math.acos(this.value);
39
}
40
atan() {
41
return
Math.atan(this.value);
42
}
Callers
2
acos
Method · 0.45
slerp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected