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

Resolve numerical error in packing of single-precision complex numbers in JS #169

Closed
devcrocod opened this issue Jun 12, 2023 · 0 comments
Closed
Assignees
Labels
bug Something isn't working complex Complex Numbers
Milestone

Comments

@devcrocod
Copy link
Collaborator

In our current approach to manipulating complex numbers in JS, we have identified a significant issue affecting the accuracy of computations. When we pack a single-precision complex number into a single data structure, and then unpack it, we have observed a numerical error in the calculations. Over large computations, this error accumulates, leading to a substantial overall numerical discrepancy.

Need: To implement a more reliable method for packing and unpacking complex numbers in javascript that preserves precision.

@devcrocod devcrocod added the complex Complex Numbers label Jun 12, 2023
@devcrocod devcrocod added this to the 0.3.0 milestone Jun 12, 2023
@devcrocod devcrocod self-assigned this Jan 15, 2024
@devcrocod devcrocod added the bug Something isn't working label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working complex Complex Numbers
Projects
None yet
Development

No branches or pull requests

1 participant