Convert a scala.Double into a BiggerDecimal.
Convert a scala.Double into a BiggerDecimal.
This method assumes that the input is not NaN
or infinite, and will throw a
NumberFormatException
if that assumption does not hold.
Is a string representing an integral value a valid scala.Long?
Is a string representing an integral value a valid scala.Long?
Note that this method assumes that the input is a valid integral JSON number string (e.g. that it does have leading zeros).
Parse string into BiggerDecimal.
Parse string into BiggerDecimal, returning null
on parsing failure.