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

Convert all real types to double #52

Open
yakutovicha opened this issue Aug 7, 2024 · 0 comments
Open

Convert all real types to double #52

yakutovicha opened this issue Aug 7, 2024 · 0 comments
Assignees
Labels

Comments

@yakutovicha
Copy link
Member

In all C code, the real type is currently used instead of double. The intention was to be able to switch between double and float types on not-so-performant machines. This feature is not needed anymore, so we should switch all the real types to double.

In some places, one should look for the REAL_IS_DOUBLE and REAL_IS_FLOAT macros and delete them too.

@yakutovicha yakutovicha self-assigned this Aug 7, 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

1 participant