Mailing List Archive

[issue43025] Use normal 'i
New submission from Bhuvanesh Bhatt <bhuvaneshbhatt@gmail.com>:

In Python, the letter 'j' denotes the imaginary unit. It would be great if we would follow mathematics in this regard and let the imaginary unit be denoted with an 'i'.

----------
messages: 385641
nosy: bhuvaneshbhatt
priority: normal
severity: normal
status: open
title: Use normal 'i

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43025>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue43025] Use normal 'i [ In reply to ]
Steven D'Aprano <steve+python@pearwood.info> added the comment:

https://mathworld.wolfram.com/j.html

D and SmartBASIC use a literal suffix "i" for imaginary numbers. I can't
find any other languages which support literal syntax for complex
numbers, but I haven't looked very far.

https://www.researchgate.net/profile/Ken_Hawick/publication/267386724_Notes_on_Complex_Numbers_for_Computer_Scientists/links/54c7474f0cf238bb7d0a5c67/Notes-on-Complex-Numbers-for-Computer-Scientists.pdf

https://en.wikipedia.org/wiki/Complex_data_type

----------
nosy: +steven.daprano
title: Use normal 'i' character to denote imaginary part of complex numbers -> Use normal 'i

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43025>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com