aureooms/js-fft

View on GitHub

Showing 8 of 8 total issues

Function fft has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

    const fft = function ( l , m , u , ui , uj , v , vi , vj ) {
Severity: Major
Found in src/_fft.js - About 1 hr to fix

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

        const zip = function ( l , u , ui , um , v , vi , vm ) {
    Severity: Major
    Found in src/_zip.js - About 50 mins to fix

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

      export default function _izip ( $1 , add , sub , mul , imul , div2 , root2n ) {
      Severity: Major
      Found in src/_izip.js - About 50 mins to fix

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

            const izip = function ( l , u , ui , um , v , vi , vm ) {
        Severity: Major
        Found in src/_izip.js - About 50 mins to fix

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

          export default function ifft ( $1 , add , sub , mul , imul , div2 , iroot2n ) {
          Severity: Major
          Found in src/ifft.js - About 50 mins to fix

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

            export default function unzip ( u , ui , uj , v , vi , vm ) {
            Severity: Minor
            Found in src/unzip.js - About 45 mins to fix

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

              export default function fft ( $1 , add , sub , mul , imul , root2n ) {
              Severity: Minor
              Found in src/fft.js - About 45 mins to fix

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

                export default function _zip ( $1 , add , sub , mul , imul , root2n ) {
                Severity: Minor
                Found in src/_zip.js - About 45 mins to fix
                  Severity
                  Category
                  Status
                  Source
                  Language