We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
Can input normalisation help?
Sorry, something went wrong.
The numerical stability (linalg solve) should be investigated. probably linked to #64
use integers instead of floats for a higher accuracy for the angle representations (fixed value range: 0.0 - 4.0)
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: