aureooms/js-integer-big-endian

View on GitHub
src/api/arithmetic/gcd/euclidean_algorithm.js

Summary

Maintainability
A
50 mins
Test Coverage

Function euclidean_algorithm has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

export default function euclidean_algorithm(r, a, ai, aj, b, bi, bj) {
Severity: Major
Found in src/api/arithmetic/gcd/euclidean_algorithm.js - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status