Sha256: cce8ed3272dd96cdda7098c85ded994a4a423fc22755d9c7930d9d23979b6528
Contents?: true
Size: 834 Bytes
Versions: 1
Compression:
Stored size: 834 Bytes
Contents
=begin opr-calc is a tool for calculating OPR and other scouting stats for FRC teams. Copyright (C) 2014 Kristofer Rye and Christopher Cooper This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. =end require 'opr-calc/matrix.rb' require 'opr-calc/score_set.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opr-calc-1.0.0 | lib/opr-calc.rb |