File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 8080
8181* Fix memory leak in VpAlloc [ GH-294 ] [ GH-290 ]
8282
83- Reoprted by ** @MaxLap **
83+ Reported by ** @MaxLap **
8484
8585## 3.1.7
8686
211211
212212 ** Kenta Murata**
213213
214- * FIx the defaullt precision of ` Float#to_d ` .
214+ * Fix the default precision of ` Float#to_d ` .
215215 [ Bug #13331 ]
216216
217217 ** Kenta Murata**
Original file line number Diff line number Diff line change 11# BigDecimal
22
3- ![ CI] ( https://github.com/ruby/bigdecimal/workflows/CI /badge.svg?branch=master& event=push )
3+ [ ![ CI] ( https://github.com/ruby/bigdecimal/actions/ workflows/ci.yml /badge.svg?event=push )] ( https://github.com/ruby/bigdecimal/actions/workflows/ci.yml )
44
55BigDecimal provides an arbitrary-precision decimal floating-point number class.
66
@@ -14,11 +14,15 @@ gem 'bigdecimal'
1414
1515And then execute:
1616
17- $ bundle
17+ ``` bash
18+ bundle
19+ ```
1820
1921Or install it yourself as:
2022
21- $ gem install bigdecimal
23+ ``` bash
24+ gem install bigdecimal
25+ ```
2226
2327### For RubyInstaller users
2428
You can’t perform that action at this time.
0 commit comments