kicad/qa/libs/kimath
Tomasz Wlostowski 8afb8190af geometry: use dedicated 64-bit integer square root for distance computations
Guarantees 1 LSB error, while the C++ double type has 55 mantissa bits (meaning for sqrt(X) >~ 2^22.5) the error is not guaranteed.


(cherry picked from commit e6ebc2b9b9)
2022-06-08 16:12:59 +00:00
..
geometry geometry: use dedicated 64-bit integer square root for distance computations 2022-06-08 16:12:59 +00:00
math We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
CMakeLists.txt Add qa test for SHAPE_POLY_SET::Simplify() 2021-07-03 19:37:50 +00:00
kimath_test_module.cpp We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
test_kimath.cpp We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00