This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Retro, belopolsky, georg.brandl, mark.dickinson, michael.foord, pitrou, rhettinger
Date 2010-12-02.20:41:06
SpamBayes Score 1.1690066e-06
Marked as misclassified No
Message-id <1291322462.3576.45.camel@localhost.localdomain>
In-reply-to <1291321837.32.0.240080740702.issue10562@psf.upfronthosting.co.za>
Content
> Since the conventional mathematical symbols for the additional
> imaginary units of quaternions are j and k, confusion is bound to
> happen.
> 
> My preferred solution is to limit PYTHONIMAGINARYSYMBOL values to "i",
> "j" or "k" in Python 3.4.  The two additional imaginary unit symbols
> would then be a cyclic permutation of i,j,k, viz. for
> PYTHONIMAGINARYSYMBOL=j, the units are k and i.

Can we consider an environment variable to change the direction of the
permutation, e.g. PYTHONIMAGINARYPERMUTATIONDIR=-1?

Otherwise +11j from me.
History
Date User Action Args
2010-12-02 20:41:08pitrousetrecipients: + pitrou, georg.brandl, rhettinger, mark.dickinson, belopolsky, Retro, michael.foord
2010-12-02 20:41:06pitroulinkissue10562 messages
2010-12-02 20:41:06pitroucreate