Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ trace
Method
trace
examples/extern/gmath.bundle.js:879–881 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
877
];
878
}
879
trace() {
880
return
this[0][0] + this[1][1];
881
}
882
determinant() {
883
return
matrix2determinant(this.ptr);
884
}
Callers
1
fromMatrix3
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected