bigdecimal icon indicating copy to clipboard operation
bigdecimal copied to clipboard

Update documentation for Kernel#BigDecimal() digits argument [ci skip]

Open jeremyevans opened this issue 6 years ago • 0 comments

I expected this to affect the significant digits if providing the first argument as a String, but it does not. I'm positive this argument is ignored if the first argument is an Integer, but I'm not positive that it is ignored if the first argument is a String, as the value is passed to VpAlloc. However, if it has an effect, I'm not sure what it is.

jeremyevans avatar Sep 26 '19 22:09 jeremyevans