зеркало из https://github.com/github/ruby.git
[ruby/bigdecimal] fixed docs for .scale
the scale of `1` is actually 0 https://github.com/ruby/bigdecimal/commit/9a8bc9c417
This commit is contained in:
Родитель
f0abe610a3
Коммит
e584a619e1
|
@ -657,7 +657,7 @@ BigDecimal_precision(VALUE self)
|
||||||
* Returns the number of decimal digits following the decimal digits in +self+.
|
* Returns the number of decimal digits following the decimal digits in +self+.
|
||||||
*
|
*
|
||||||
* BigDecimal("0").scale # => 0
|
* BigDecimal("0").scale # => 0
|
||||||
* BigDecimal("1").scale # => 1
|
* BigDecimal("1").scale # => 0
|
||||||
* BigDecimal("1.1").scale # => 1
|
* BigDecimal("1.1").scale # => 1
|
||||||
* BigDecimal("3.1415").scale # => 4
|
* BigDecimal("3.1415").scale # => 4
|
||||||
* BigDecimal("-1e20").precision # => 0
|
* BigDecimal("-1e20").precision # => 0
|
||||||
|
|
Загрузка…
Ссылка в новой задаче