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

Consider floating point precision consequences #3

Open
jannikmi opened this issue Oct 7, 2018 · 3 comments
Open

Consider floating point precision consequences #3

jannikmi opened this issue Oct 7, 2018 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jannikmi
Copy link
Owner

jannikmi commented Oct 7, 2018

Work out where floating point precision issues could occur and if they have impact on the correctness of the algorithms. Make changes if necessary.

cf. https://karlobermeyer.github.io/VisiLibity1/

@jannikmi jannikmi added enhancement New feature or request help wanted Extra attention is needed labels Oct 7, 2018
@jannikmi
Copy link
Owner Author

Can input normalisation help?

@jannikmi jannikmi changed the title Consider possible floating point pitfalls Consider possible floating point precision Aug 21, 2022
@jannikmi jannikmi changed the title Consider possible floating point precision Consider floating point precision consequences Aug 21, 2022
@jannikmi
Copy link
Owner Author

The numerical stability (linalg solve) should be investigated. probably linked to #64

@jannikmi
Copy link
Owner Author

use integers instead of floats for a higher accuracy for the angle representations (fixed value range: 0.0 - 4.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant