Skip to content
Snippets Groups Projects
Commit f409569d authored by dtc's avatar dtc
Browse files

Fix divide-by-zero bug in rationalize (rationalize 5.964664720239993d-15)

found by Akira Kurihara.  The bug was caused by (- xx (float a x))
eventually becoming zero; an extra test has been added to exit the do
loop when this is true. From Raymond Toy.
parent 12a0807e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment