opal/corelib/math.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method gamma has 71 lines of code (exceeds 30 allowed). Consider refactoring.
Open

  def gamma(n)
    n = Math.float!(n)

    %x{
      var i, t, x, value, result, twoN, threeN, fourN, fiveN;
Severity: Major
Found in opal/corelib/math.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status