Document about bigdecimal at Ruby 3.4

This commit is contained in:
Hiroshi SHIBATA 2024-01-17 10:00:27 +09:00
parent 2b0766113b
commit 272b1c92cc
2 changed files with 4 additions and 4 deletions

View File

@ -327,9 +327,6 @@ have commit right, others don't.
* https://rubygems.org/gems/weakref
### Extensions
#### ext/bigdecimal
* Kenta Murata (mrkn) https://github.com/ruby/bigdecimal
* https://rubygems.org/gems/bigdecimal
#### ext/cgi
* Nobuyoshi Nakada (nobu)
@ -481,6 +478,9 @@ have commit right, others don't.
#### lib/base64.rb
* https://github.com/ruby/base64
#### ext/bigdecimal
* https://rubygems.org/gems/bigdecimal
## Platform Maintainers
### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa)

View File

@ -82,7 +82,6 @@ WeakRef:: Allows a referenced object to be garbage-collected
== Extensions
BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic
Date:: A subclass of Object includes Comparable module for handling dates
DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets
Digest:: Provides a framework for message digest libraries
@ -130,3 +129,4 @@ Racc:: A LALR(1) parser generator written in Ruby.
Mutex_m:: Mixin to extend objects to be handled like a Mutex
GetoptLong:: Parse command line options similar to the GNU C getopt_long()
Base64:: Support for encoding and decoding binary data using a Base64 representation
BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic