Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
rubygem-bigdecimal - BigDecimal provides arbitrary-precision floating point decimal arithmetic
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.
Packages
Latest: rubygem-bigdecimal-1.2.0-0.16.el6.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
rubygem-bigdecimal |
0 |
1.2.0 |
0.16.el6.fio |
x86_64 |
73 KiB |
2013-12-29 08:49:09 |
Changelog:
- * 2013-11-25 - Vít Ondruch <vondruch[AT]redhat[DOTCOM]> - 2.0.0.353-16
- Update to Ruby 2.0.0-p353.
- Allow MD5 in OpenSSL for tests.
- Fix heap overflow in floating point parsing (CVE-2013-4164).
- * 2013-07-30 - Vít Ondruch <vondruch[AT]redhat[DOTCOM]> - 2.0.0.247-15
- Move Psych symlinks to vendor dir, to prevent F18 -> F19 upgrade issues
(rhbz#988490).
- * 2013-07-15 - Vít Ondruch <vondruch[AT]redhat[DOTCOM]> - 2.0.0.247-14
- Add forgotten psych.rb link into rubygem-psych to fix "private method `load'
called for Psych:Moduler" error (rhbz#979133).
- * 2013-07-11 - Vít Ondruch <vondruch[AT]redhat[DOTCOM]> - 2.0.0.247-13
- Fixes multilib conlicts of .gemspec files.
- Make symlinks for psych gem to ruby stdlib dirs (rhbz#979133).
- Use system-wide cert.pem.
- * 2013-07-04 - Vít Ondruch <vondruch[AT]redhat[DOTCOM]> - 2.0.0.247-12
- Fix RubyGems search paths when building gems with native extension
(rhbz#979133).