Explorar el Código

Weenier 168otc项目部署 0630
1

wesmiler hace 3 años
padre
commit
8bf6ceec91
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      vendor/ionux/phactor/src/Point.php

+ 3 - 2
vendor/ionux/phactor/src/Point.php

@@ -59,8 +59,7 @@ trait Point
         if ($infCheck != null) {
             return $infCheck;
         }
-var_dump($P);
-var_dump($Q);
+
         if ($P == $Q) {
             return $this->pointDoubleW($P);
         }
@@ -181,6 +180,8 @@ var_dump($Q);
             $test_point = array('x' => $right, 'y' => $left, 'y2' => $y2, 'x3' => $x3, 'ax' => $ax);
 
             var_dump($test_point);
+            var_dump($left);
+            var_dump($right);
             if ($left == $right) {
                 return true;
             } else {