Skip to content

Commit

Permalink
[ruby/bigdecimal] Enhanced RDoc for BigDecimal (ruby/bigdecimal#209)
Browse files Browse the repository at this point in the history
* Enhanced RDoc for BigDecimal

* Update ext/bigdecimal/bigdecimal.c

Remove the instance number of `Float::DIG`.

* Update ext/bigdecimal/bigdecimal.c

Add BigDecimal call-seq without ndigits.

* Update ext/bigdecimal/bigdecimal.c

Replace the word sum with value or result in the description of BigDecimal().

* Update ext/bigdecimal/bigdecimal.c

Remove the instance value of Float::DIG.

* Update ext/bigdecimal/bigdecimal.c

Fix mis-description of precision

* Update ext/bigdecimal/bigdecimal.c

Fix the description of precision determination

* Update ext/bigdecimal/bigdecimal.c

Add the description of the precision in the Rational case.

ruby/bigdecimal@acabb132a4

Co-authored-by: Kenta Murata <3959+mrkn@users.noreply.github.com>
  • Loading branch information
BurdetteLamar and mrkn committed Dec 23, 2021
1 parent 79712fc commit 0262f34
Showing 1 changed file with 163 additions and 102 deletions.

0 comments on commit 0262f34

Please sign in to comment.