Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix floating point representation error discovered in angle2()
Still seeing some errors so reduced the COLIN_TOLERANCE from 13 to 10. This solves the specific example given in #33 and I also mentioned in #28 that I would reduce the tolerance to better avoid these types of errors. @tjansson60 has a suggested solution that does not involve truncating the cos_value, I need to performance test this first. See: #33, #28, #19
- Loading branch information