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

Fixpoint type does not support creation of complex numbers #243

Open
mmoelle1 opened this issue Aug 28, 2021 · 2 comments
Open

Fixpoint type does not support creation of complex numbers #243

mmoelle1 opened this issue Aug 28, 2021 · 2 comments
Assignees
Labels

Comments

@mmoelle1
Copy link
Collaborator

The fixpnt type lacks a file math/complex.hpp (as it is available for posits and cfloats) with the functionality to create complex numbers, e.g., by providing real and imaginary parts.

Thanks for fixing this,
Matthias

@mmoelle1 mmoelle1 changed the title Type does not support creation of complex numbers Fixpoint type does not support creation of complex numbers Aug 28, 2021
@Ravenwater
Copy link
Contributor

@mmoelle1 release v3.34.1 added a math library for the fixpnt number system, including a complex.hpp with real(), imag(), and conj() functions.

https://github.com/stillwater-sc/universal/releases/tag/v3.34.1

Let me know if this solves your use case.

@Ravenwater
Copy link
Contributor

@mmoelle1 has this issue been resolved for application?

@Ravenwater Ravenwater added the bug label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants