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

Function f

test/index.js:108–111  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

106 "use asm";
107 __ALL__
108 function f(x) {
109 x = +x;
110 return +(x + 1.0);
111 }
112 function g() {
113 var x = 0.0;
114 x = +f(x);

Callers 1

gFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected