Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ atan
Method
atan
examples/extern/gmath.bundle.js:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
return
Math.acos(this.value);
39
}
40
atan() {
41
return
Math.atan(this.value);
42
}
43
add(other) {
44
const
value = other instanceof Angle ? other.toRad().value : other;
45
return
new
Rad(this.value + value);
Callers
1
atan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected