NumCry
Like NumPy, but slower!
Useful methods for numerical computing in crystal-lang.
Installation
-
Add the dependency to your
shard.yml
:dependencies: numcry: github: aca-labs/numcry
-
Run
shards install
Usage
require "numcry"
Contributing
- Fork it (https://github.com/aca-labs/numcry/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Kim Burgess - creator and maintainer