MCPcopy
hub / github.com/asm-js/validator / g

Function g

test/index.js:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 return +(x + 1.0);
111 }
112 function g() {
113 var x = 0.0;
114 x = +f(x);
115 return +x;
116 }
117 return {};
118 }, { pass: true });
119

Callers

nothing calls this directly

Calls 1

fFunction · 0.85

Tested by

no test coverage detected