python 2.7 decimal value of log with huge value code example Example: fixed precision float python x = 13.949999999999999999 g = float("{:.2f}".format(x))