Searched defs:deNaNify (Results 1 – 1 of 1) sorted by relevance
107 const deNaNify = function(value) { return origIsNaN(value) ? 1 : value; }; function159 const deNaNify = function(value) { return origIsNaN(value) ? 1 : value; }; function