(n2)
| 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 | } |
no test coverage detected
searching dependent graphs…