MatteoRagni/cas-rb

View on GitHub
lib/Mr.CAS/matlab.rb

Summary

Maintainability
A
0 mins
Test Coverage

unexpected token tCOMMA (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

    CAS::Constant              => Proc.new { |_v| "#{x}", nil },
Severity: Minor
Found in lib/Mr.CAS/matlab.rb by rubocop

unexpected token tCOMMA (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

    CAS::NEG_INFINITY_CONSTANT => Proc.new { |_v| "(-Inf)", nil },
Severity: Minor
Found in lib/Mr.CAS/matlab.rb by rubocop

unexpected token tCOMMA (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

    CAS::INFINITY_CONSTANT     => Proc.new { |_v| "Inf", nil },
Severity: Minor
Found in lib/Mr.CAS/matlab.rb by rubocop

unexpected token tCOMMA (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

    CAS::E_CONSTANT            => Proc.new { |_v| "exp(1.0)", nil },
Severity: Minor
Found in lib/Mr.CAS/matlab.rb by rubocop

unexpected token tCOMMA (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

    CAS::Variable              => Proc.new { |_v| "#{name}", nil },
Severity: Minor
Found in lib/Mr.CAS/matlab.rb by rubocop

unexpected token tCOMMA (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

    CAS::PI_CONSTANT           => Proc.new { |_v| "pi", nil },
Severity: Minor
Found in lib/Mr.CAS/matlab.rb by rubocop

There are no issues that match your filters.

Category
Status