Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ mul
Function
mul
stackgl_modules/index.js:2423–2425 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
2421
module.exports = mul
2422
2423
function
mul(a, b) {
2424
return
rationalize(a[0].mul(b[0]), a[1].mul(b[1]))
2425
}
2426
2427
2428
/***/ }),
Callers
1
muls
Function · 0.85
Calls
1
rationalize
Function · 0.85
Tested by
no test coverage detected