Name: | rh-ruby27-rubygem-bigdecimal |
---|---|
Version: | 2.0.0 |
Release: | 128.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 152619 |
License: | Ruby or BSD |
RPM: | rh-ruby27-rubygem-bigdecimal-2.0.0-128.el7.aarch64.rpm |
Source RPM: | rh-ruby27-ruby-2.7.1-128.el7.src.rpm |
Build Date: | Sun Jan 31 2021 |
Build Host: | ca-buildarm05 |
Vendor: | Oracle America |
URL: | http://ruby-lang.org/ |
Summary: | BigDecimal provides arbitrary-precision floating point decimal arithmetic |
Description: | Ruby provides built-in support for arbitrary precision integer arithmetic. For example: 42**13 -> 1265437718438866624512 BigDecimal provides similar support for very large or very accurate floating point numbers. Decimal arithmetic is also useful for general calculation, because it provides the correct answers people expect–whereas normal binary floating point arithmetic often introduces subtle errors because of the conversion between base 10 and base 2. |
- Upgrade to Ruby 2.7.1. Resolves: rhbz#1826872 - Call load builtin macro if it is defined, or call own load macro.
- Fix did_you_mean (LoadError) that happens when running `bundle install`. Resolves: rhbz#1819245
- Provide StdLib links for Racc and install it by default.
- Upgrade to Ruby 2.7.0.
- Exclude {rdoc,irb}.rb dangling symlinks from ruby-libs.
- Link IRB back to StdLib.
- Upgrade to Ruby 2.6.2.
- Don't ship .stp files when SystemTap support is disabled.
- Upgrade to Ruby 2.6.1.
- Upgrade to Ruby 2.6.0.