Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ sub
Function
sub
stackgl_modules/index.js:2457–2459 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
2455
module.exports = sub
2456
2457
function
sub(a, b) {
2458
return
rationalize(a[0].mul(b[1]).sub(a[1].mul(b[0])), a[1].mul(b[1]))
2459
}
2460
2461
2462
/***/ }),
Callers
3
orientation_3
Function · 0.85
orientation_4
Function · 0.85
orientation_5
Function · 0.85
Calls
1
rationalize
Function · 0.85
Tested by
no test coverage detected