MCPcopy Create free account
hub / github.com/plotly/plotly.js / inRange

Function inRange

src/traces/isosurface/convert.js:364–369  ·  view source on GitHub ↗
(value, min, max)

Source from the content-addressed store, hash-verified

362 }
363
364 function inRange(value, min, max) {
365 return (
366 value >= min &&
367 value <= max
368 );
369 }
370
371 function almostInFinalRange(value) {
372 var vErr = 0.001 * (vMax - vMin);

Callers 2

tryCreateTriFunction · 0.85
tryCreateTetraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…