Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 332 #336

Merged
merged 3 commits into from
Feb 25, 2020
Merged

Issue 332 #336

merged 3 commits into from
Feb 25, 2020

Conversation

jverzani
Copy link
Collaborator

This defines abs2(x)= x*conj(x). It could be, following Julia's defn for ::Complex, real(x)*real(x) + imag(x)*imag(x). These aren't the same without some extra work to simplify, and this defn. prints more compactly. It should definitely not be what it is. If this proves troublesome we can change.

@jverzani jverzani merged commit 286ceed into JuliaPy:master Feb 25, 2020
@jverzani jverzani deleted the issue_332 branch February 25, 2020 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant