Re-add Matrix to doc/standard_library.rdoc [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-06-08 13:19:02 +00:00
parent fa409e6cbb
commit 51b709df07

View File

@ -90,6 +90,7 @@ CMath:: Provides Trigonometric and Transcendental functions for complex numbers
CSV:: Provides an interface to read and write CSV files and data
FileUtils:: Several file utility methods for copying, moving, removing, etc
Logger:: Provides a simple logging utility for outputting messages
Matrix:: Represents a mathematical matrix.
OpenStruct:: Class to build custom data structures, similar to a Hash
Prime:: Prime numbers and factorization library
RDoc:: Produces HTML and command-line documentation for Ruby