number-theoretic/primes

View on GitHub
src/sieve/itop.js

Summary

Maintainability
A
0 mins
Test Coverage
export function itop(i) {
    return i;
}