Files
mpmath--mpmath/mpmath
Sergey B Kirpichev 5f724296dd Run mpmath as a module for interactive work
Example:
```
$ python -m mpmath --prec 100 --no-ipython
>>> 10.9
mpf('10.899999999999999999999999999995')
>>> mpf(1090/100)
mpf('10.899999999999999999999999999995')
>>> mpf('10.9')
mpf('10.899999999999999999999999999995')
>>> mpf(109)/mpf(10)
mpf('10.899999999999999999999999999995')
>>> mpf(10.9)
mpf('10.899999999999999999999999999995')
```

Closes #677
Closes #765
2024-04-14 10:20:44 +03:00
..
2024-02-23 17:40:24 +03:00
2024-04-07 11:15:07 +03:00
2024-03-25 16:19:26 +03:00
2024-02-29 07:46:43 +03:00
2024-04-07 11:15:07 +03:00