python splitting the decimal representation of n into 2 or more numbers then adding the numbers code example
Example: fixed precision float python
x = 13.949999999999999999
g = float("{:.2f}".format(x))
x = 13.949999999999999999
g = float("{:.2f}".format(x))