Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/plotly.js
/ dot
Function
dot
src/plots/geo/zoom.js:450–454 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
448
}
449
450
function
dot(a, b) {
451
var
s = 0;
452
for
(
var
i = 0, n = a.length; i < n; ++i) s += a[i] * b[i];
453
return
s;
454
}
455
456
function
cross(a, b) {
457
return
[
Callers
3
rotateBetween
Function · 0.70
lib_test.js
File · 0.50
polygon.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected