number-theoretic/primes

View on GitHub
src/sieve/ptoi.js

Summary

Maintainability
A
0 mins
Test Coverage
export function ptoi(p) {
    return p;
}