Showing 147 of 154 total issues
Avoid too many return
statements within this method. Open
Open
return $this->rpow($a, $b);
Avoid too many return
statements within this method. Open
Open
return $other->getRight() === null && $this->left->compareTo($other->getLeft());
Avoid too many return
statements within this method. Open
Open
return $this->getCondition()?->compareTo($other->getCondition()) &&
$this->left->compareTo($other->getLeft()) &&
$this->right->compareTo($other->getRight());
Avoid too many return
statements within this method. Open
Open
return sqrt($inner);
Avoid too many return
statements within this method. Open
Open
return NAN;
Avoid too many return
statements within this method. Open
Open
return $inner >= 0 ? 1 : -1;
Avoid too many return
statements within this method. Open
Open
return "$leftValue=$rightValue";
Avoid too many return
statements within this method. Open
Open
return "$leftValue AND $rightValue";
Avoid too many return
statements within this method. Open
Open
return Complex::div(1, Complex::artanh($z));
Avoid too many return
statements within this method. Open
Open
return new Complex($z->real, 0);
Avoid too many return
statements within this method. Open
Open
return "\\$functionName($operand)";
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return acos($inner);
Avoid too many return
statements within this method. Open
Open
return abs($inner);
Avoid too many return
statements within this method. Open
Open
return Complex::artanh($z);
Avoid too many return
statements within this method. Open
Open
return '{' . $text . '}';
Avoid too many return
statements within this method. Open
Open
return 1 / $tanh_inner;
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->multiplication($node, $factor2);
Avoid too many return
statements within this method. Open
Open
return Complex::cosh($z);
Avoid too many return
statements within this method. Open
Open
return new RationalNode($p, $q);