Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/worrydream/Tangle
/ getYForQ
Function
getYForQ
Examples/FilterExample.js:167–169 ·
view source on GitHub ↗
(q)
Source
from the content-addressed store, hash-verified
165
}
166
167
function
getYForQ (q) {
168
return
-canvasHeight * Math.log((q - yBounds.min) / (yBounds.max - yBounds.min) + 1/qLogScaleBase) / Math.log(qLogScaleBase)
169
}
170
171
172
// view
Callers
1
FilterExample.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected