PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
math
/
fround
"use strict"; module.exports = function () { var fround = Math.fround; if (typeof fround !== "function") return false; return fround(1.337) === 1.3370000123977661; };
[-] is-implemented.js
[edit]
[+]
..
[-] shim.js
[edit]
[-] index.js
[edit]
[-] implement.js
[edit]