Showing 154 of 154 total issues
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->multiplication(
new IntegerNode($exponent->value),
$this->nodeFactory->multiplication($fpow, $base->accept($this))
);
Avoid too many return
statements within this method. Open
Open
return Complex::arccot($z);
Avoid too many return
statements within this method. Open
Open
return "$prepend$text";
Avoid too many return
statements within this method. Open
Open
return log($inner);
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<=$rightValue";
Avoid too many return
statements within this method. Open
Open
return Complex::div($left->accept($this), $right->accept($this));
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);