Function Request: Complex Conjugate (Implementation attached)

Issue #697 closed
Matthew Di Nardo created an issue

Complex conjugate is a fundamental operation for complex number math. It was missing, so I implemented it as a built-in function ( syntax: conj(x) ).

Implementation + tests included in the attached patch file. Tests pass and works well.

Love the new version of this app. As an EE student I work with complex numbers a lot, so this app helps me greatly with my work.

Comments (3)

  1. Helder Correia repo owner

    Hi @mdinardo . Sorry for taking long to reply, my issue tracker notifications were disabled for some reason. Can you please make a pull request from your patch?

  2. Log in to comment