Jeff Young
|
b727bfc16d
|
Performance: avoid sqrt at all costs.
|
2022-07-16 18:42:32 +01:00 |
Alex
|
ded4840130
|
Add test for rescale<int64_t>
|
2022-07-16 17:37:50 +00: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 |
Roberto Fernandez Bautista
|
4defc946ef
|
Fix rounding errors in SHAPE_ARC::Collide + fix qa tests
Use CIRCLE::NearestPoint to ensure consistency
|
2022-04-11 13:46:36 +01:00 |
Jeff Young
|
5bf163de80
|
Update kimath test for recent bugfix.
|
2022-04-08 19:13:02 +01:00 |
Sylwester Kocjan
|
0d64fc8c09
|
qa: move unittests to the separate directory
|
2022-03-30 11:13:23 +00:00 |