decimal type : decimal « Data Type « Python Tutorial






import decimal                               # Decimals
d = decimal.Decimal('3.141') 
print d + 1








2.4.decimal
2.4.1.Convert string to decimal
2.4.2.import the decimal module to use the Decimal number class.
2.4.3.Decimal function
2.4.4.Set precision
2.4.5.decimal type