MCPcopy Index your code
hub / github.com/plotly/plotly.js / dot

Function dot

stackgl_modules/index.js:8778–8785  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

8776var solve = __webpack_require__(727)
8777
8778function dot(a, b) {
8779 var s = 0.0
8780 var d = a.length
8781 for(var i=0; i<d; ++i) {
8782 s += a[i] * b[i]
8783 }
8784 return s
8785}
8786
8787function barycentricCircumcenter(points) {
8788 var N = points.length

Callers 2

barycentricCircumcenterFunction · 0.70
angleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected