Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

* Fix memory leak in VpAlloc [GH-294] [GH-290]

Reoprted by **@MaxLap**
Reported by **@MaxLap**

## 3.1.7

Expand Down Expand Up @@ -211,7 +211,7 @@

**Kenta Murata**

* FIx the defaullt precision of `Float#to_d`.
* Fix the default precision of `Float#to_d`.
[Bug #13331]

**Kenta Murata**
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BigDecimal

![CI](https://github.com/ruby/bigdecimal/workflows/CI/badge.svg?branch=master&event=push)
[![CI](https://github.com/ruby/bigdecimal/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/ruby/bigdecimal/actions/workflows/ci.yml)

BigDecimal provides an arbitrary-precision decimal floating-point number class.

Expand All @@ -14,11 +14,15 @@ gem 'bigdecimal'

And then execute:

$ bundle
```bash
bundle
```

Or install it yourself as:

$ gem install bigdecimal
```bash
gem install bigdecimal
```

### For RubyInstaller users

Expand Down