MCPcopy
hub / github.com/di-sukharev/opencommit / integerPart

Function integerPart

out/cli.cjs:2376–2378  ·  view source on GitHub ↗
(n2)

Source from the content-addressed store, hash-verified

2374 return censorNegativeZero(Math.round(x5));
2375 }
2376 function integerPart(n2) {
2377 return censorNegativeZero(Math.trunc(n2));
2378 }
2379 function sign(x5) {
2380 return x5 < 0 ? -1 : 1;
2381 }

Calls 1

censorNegativeZeroFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…