BigDecimalFromDigits
extends Object with Floating with SerializableSupertypes
Object, Floating, SerializableMembers
def
fromDigits
( digits: String ) : BigDecimalConvert digits
string to value of type T
digits
can contain
- sign +
or -
- sequence of digits between 0 and 9
Convert digits
string to value of type T
digits
can contain
- sign +
or -
- sequence of digits between 0 and 9