Bhuvanesh Bhatt added the comment:
Nobody these days uses j to represent the imaginary part of complex numbers.
Regardless of what Guido wrote earlier, this issue should be fixed.
--
title: Use normal 'i -> Use normal 'i' character to denote imaginary part of
co
New submission from Bhuvanesh Bhatt :
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: nor