Commit Graph

3 Commits

Author SHA1 Message Date
Marek Roszko 8d4db2edf5 Move tests around 2023-04-24 22:09:36 -04:00
Tomasz Wlostowski e6ebc2b9b9 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.
2022-06-03 23:28:41 +02:00
Sylwester Kocjan 0d64fc8c09 qa: move unittests to the separate directory 2022-03-30 11:13:23 +00:00
Renamed from qa/libs/kimath/geometry/test_segment.cpp (Browse further)