== Ruby Scientific Library
Native Ruby scientific/statistical/numeric programs, available for use in any application.
RSL is distributed under the MIT License.
== WARNING
Alpha release.
Add this line to your application's Gemfile:
gem 'rsl'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rsl
The best way to check usage is look at the files in the test directory. More detailed documentation to come.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request