aureooms/js-prime

View on GitHub
src/sieve/itop2.js

Summary

Maintainability
A
0 mins
Test Coverage
export function itop2(i) {
    return i * 2 + 1;
}