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

Function add

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

Source from the content-addressed store, hash-verified

2117module.exports = add
2118
2119function add(a, b) {
2120 return rationalize(
2121 a[0].mul(b[1]).add(b[0].mul(a[1])),
2122 a[1].mul(b[1]))
2123}
2124
2125
2126/***/ }),

Callers

nothing calls this directly

Calls 1

rationalizeFunction · 0.85

Tested by

no test coverage detected