Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2117
module.exports = add
2118
2119
function
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
rationalize
Function · 0.85
Tested by
no test coverage detected