Nov-05-2016, 04:16 AM
is there anything (any string) that would be valid decimal.Decimal() but not valid float() and/or not valid int(,10)? is there anything (any string) that would be valid float and/or valid int(,10) but not valid decimal.Decimal()?