On Wed, Apr 06, 2022 at 04:54:15PM -0000, Brian McCall wrote:

> Oops, my examples have some other problems:
> 
> > # λ  = 550e-9nm
> 
> should be 
> 
> > # λ  = 550nm

This is an excellent example of why unit tracking, or any other 
programming system, is not a panacea. No programming system in the world 
is going to save you if you type x = 135 when it should be x = 315.

-- 
Steve
_______________________________________________
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/XQQI6N7TY6AZ6KCOERMA4NEBI2UC56II/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to