bigdecimal icon indicating copy to clipboard operation
bigdecimal copied to clipboard

Document precision=0 and ndigits=0 for converting from Float

Open mrzasa opened this issue 3 years ago • 0 comments

  1. The documentation of Float#to_d still mentions the old default value of precision (Float::DIG). I've updated it and described what does the precision=0 mean.
  2. The description of ndigits=0 disappeared from the documentation of BigDecimal function. I've added a short mention there too.

mrzasa avatar Jul 29 '22 09:07 mrzasa