aureooms/js-integer-little-endian

View on GitHub
src/0-legacy/others/pow/pow.js

Summary

Maintainability
A
1 hr
Test Coverage

Function pow has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

    var pow = function (a, ai, aj, b, bi, bj, c, ci, cj) {
Severity: Major
Found in src/0-legacy/others/pow/pow.js - About 1 hr to fix

    Function __pow__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    export function __pow__ (alloc, isnotzero, setone, iseven, div2, minus1) {
    Severity: Minor
    Found in src/0-legacy/others/pow/pow.js - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status