MCPcopy 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

2421module.exports = mul
2422
2423function mul(a, b) {
2424 return rationalize(a[0].mul(b[0]), a[1].mul(b[1]))
2425}
2426
2427
2428/***/ }),

Callers 1

mulsFunction · 0.85

Calls 1

rationalizeFunction · 0.85

Tested by

no test coverage detected