aureooms/js-prime

View on GitHub
src/ulam/stoa.js

Summary

Maintainability
A
1 hr
Test Coverage

Function stoa has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function stoa(i, n) {
    let line = (i / n) | 0;
    let col = i % n;

    if (n % 2 === 0) {
Severity: Minor
Found in src/ulam/stoa.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status