Skip to content

Commit

Permalink
Merge pull request #384 from wlevine/patch-1
Browse files Browse the repository at this point in the history
Update README, remove reference to rationals
  • Loading branch information
translunar committed Jul 7, 2015
2 parents 744b2e1 + c50f172 commit 2cbe6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Read the instructions in +CONTRIBUTING.md+ if you want to help NMatrix.
The following features exist in the current version of NMatrix (0.1.0.rc1):

* Matrix and vector storage containers: dense, yale, list (more to come)
* Data types: byte (uint8), int8, int16, int32, int64, float32, float64, complex64, complex128, rational64, rational128,
* Data types: byte (uint8), int8, int16, int32, int64, float32, float64, complex64, complex128,
Ruby object
* Interconversion between storage and data types
* Element-wise and right-hand-scalar operations and comparisons for all matrix types
Expand Down

0 comments on commit 2cbe6ed

Please sign in to comment.