Scientific Library for Rubyists
== 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.
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)