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

Change types of complex numbers to c32 and c64 #134

Closed
certik opened this issue Feb 11, 2022 · 0 comments · Fixed by #135
Closed

Change types of complex numbers to c32 and c64 #134

certik opened this issue Feb 11, 2022 · 0 comments · Fixed by #135

Comments

@certik
Copy link
Contributor

certik commented Feb 11, 2022

It seems much more natural to me, and consistent with quite a few codes and libraries:

Essentially, it means the complex number is composed of the 32 or 64 bit float. One says double precision complex number, and double precision is 64 bit, so it's 64 bit complex number, c64 (yes, it is represented by 128bits).

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 a pull request may close this issue.

1 participant