summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 12:12:37 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 12:31:37 +0900
commita3b85016149f4f73f08c739626b2f02badd5ad17 (patch)
tree598bd558e1c7a70f29fb8ecfeb4ef0a79f8b99f9 /doc/standard_library.rdoc
parent422ae594d97e803e829e65716e85483f5942e0c3 (diff)
Removed CMath from the ruby repository.
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 11aed156b9..b11ca9300d 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -72,7 +72,6 @@ WIN32OLE:: Provides an interface for OLE Automation in Ruby
== Libraries
Bundler:: Manage your Ruby application's gem dependencies
-CMath:: Provides Trigonometric and Transcendental functions for complex numbers
CSV:: Provides an interface to read and write CSV files and data
E2MM:: Module for defining custom exceptions with specific messages
FileUtils:: Several file utility methods for copying, moving, removing, etc