On Thu, Nov 14, 2019 at 8:49 AM <awesomecr...@gmail.com> wrote:
>
> An ideal improvement to python would be the introduction of fixed point 
> decimals. Maybe make them adjustable with os.system(). To adjust, you would 
> call os.system with the parameters ‘fixed’, 3, 15 to dictate fixed point 
> math, three integer places, and 15 decimal places. Might be good for python 4 
> if this doesn’t gain enough traction before the 3.9 release. This would make 
> them usable with python's generic math operators.

Python already has the decimal module to do exactly this.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/A3F7PRZ532IELPZVN2YNETYN5XCV7KQA/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to