MCPcopy Create free account
hub / github.com/nodejs/node / g

Function g

deps/v8/test/mjsunit/asm/math-abs.js:17–20  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

15
16 // g: unsigned -> double
17 function g(a) {
18 a = a | 0;
19 return +abs(+(a >>> 0));
20 }
21
22 // h: signed -> double
23 function h(a) {

Callers 1

math-abs.jsFile · 0.70

Calls 1

absFunction · 0.50

Tested by

no test coverage detected