bigdecimal
bigdecimal copied to clipboard
Document precision=0 and ndigits=0 for converting from Float
- The documentation of
Float#to_dstill mentions the old default value ofprecision(Float::DIG). I've updated it and described what does theprecision=0mean. - The description of
ndigits=0disappeared from the documentation ofBigDecimalfunction. I've added a short mention there too.