Skip to content

chore: Bump complex.js to version 2.1.0#2505

Merged
josdejong merged 2 commits into
developfrom
fix/complex_log
Mar 28, 2022
Merged

chore: Bump complex.js to version 2.1.0#2505
josdejong merged 2 commits into
developfrom
fix/complex_log

Conversation

@gwhitney
Copy link
Copy Markdown
Collaborator

Also adds tests for math.log() of complex numbers in which the imaginary
part is much larger in absolute value than the real part.
Resolves #2503.

  Also adds tests for math.log() of complex numbers in which the imaginary
  part is much larger in absolute value than the real part.
  Resolves #2503.
@yifanwww yifanwww mentioned this pull request Mar 28, 2022
@josdejong
Copy link
Copy Markdown
Owner

Thanks a lot Glen for debugging this and creating this PR. And thanks Robert for fixing this so fast in complex.js 😄 👍

@josdejong josdejong merged commit c9354ee into develop Mar 28, 2022
@josdejong josdejong deleted the fix/complex_log branch March 28, 2022 09:05
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.

log(z) produces poor results for im(z) >> re(z)

2 participants