Scientific Library for Rubyists

Rsl

== 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.

Installation

Add this line to your application’s Gemfile:

gem 'rsl'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rsl

Usage

The best way to check usage is look at the files in the test directory. More detailed documentation to come.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request