floating-point in Python

Almost all platforms map Python floats to IEEE 754 double precision.
```
f = 0.1 
```