70b722800f
Was: ``` $ python -m mpmath >>> 0.1 0.10000000000000001 ``` Now: ``` $ python -m mpmath --shortest-str >>> 0.1 0.1 ``` Closes #1028