Files
mpmath--mpmath/docs
Sergey B Kirpichev 70b722800f Use shortest decimal representations for str/repr
Was:
```
$ python -m mpmath
>>> 0.1
0.10000000000000001
```

Now:
```
$ python -m mpmath --shortest-str
>>> 0.1
0.1
```

Closes #1028
2026-08-20 12:46:40 +03:00
..
2023-03-30 04:50:18 +03:00
2026-02-22 08:40:58 +03:00
2026-05-25 04:05:28 +03:00
2026-07-26 03:07:07 +03:00