MCPcopy
hub / github.com/tdewolff/minify / isNotAroundZero

Function isNotAroundZero

_benchmarks/sample_echarts.js:1766–1768  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1764 var mIdentity = identity;
1765 var EPSILON = 5e-5;
1766 function isNotAroundZero(val) {
1767 return val > EPSILON || val < -EPSILON;
1768 }
1769 var scaleTmp = [];
1770 var tmpTransform = [];
1771 var originTransform = create$1();

Callers 1

sample_echarts.jsFile · 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…