MCPcopy Create free account
hub / github.com/codemistic/Web-Development / h

Function h

chart/js/chart.js:254–256  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

252 u = Math.max(o, s, l),
253 d = u - Math.min(o, s, l),
254 h = function (t) {
255 return (u - t) / 6 / d + 0.5;
256 };
257 return (
258 0 === d
259 ? (a = r = 0)

Callers 1

chart.jsFile · 0.70

Calls 1

mFunction · 0.70

Tested by

no test coverage detected