]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/formulas/intersection_cases.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / geometry / test / formulas / intersection_cases.hpp
index 483d52b3b4738b2916dceae410c5a7ea695eb2a0..8fdcdb520e6925218def4522357e2fb13d2af7e2 100644 (file)
@@ -52,6 +52,9 @@ expected_results expected[] =
         { -0.0000055778585615, -0.0000000000000000 },
         { -0.0000000000000000, -0.0000000000000000 }
     },{
+        // TODO: Newton method in Sjoberg formula is not used in this case
+        //    due to f1 - f2 == 0. The other method is used instead.
+        //    Hence different results. Look into this.
         { 1, 1 },{ -1, -1 },
         { -1, 1 },{ 1, -1 },
         { 0.0000000000000000, 0.0000000000000000 },
@@ -61,6 +64,9 @@ expected_results expected[] =
         { -0.0000000000000001, -0.0000055787431353 },
         { -0.0000000000000000, 0.0000000000000000 }
     },{
+        // TODO: Newton method in Sjoberg formula is not used in this case
+        //    due to f1 - f2 == 0. The other method is used instead.
+        //    Hence different results. Look into this.
         { -1, -1 },{ 1, 1 },
         { 1, -1 },{ -1, 1 },
         { 0.0000000000000000, 0.0000000000000000 },