Showing 147 of 154 total issues
Avoid too many return
statements within this method. Open
Open
return tanh($inner);
Avoid too many return
statements within this method. Open
Open
return acosh($inner);
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->division($inner, new FunctionNode('sqrt', $temp));
Avoid too many return
statements within this method. Open
Open
return Complex::arctan($z);
Avoid too many return
statements within this method. Open
Open
return Complex::div(1, Complex::tanh($z));
Avoid too many return
statements within this method. Open
Open
return Complex::arcosh($z);
Avoid too many return
statements within this method. Open
Open
return new Complex($z->real, -$z->imaginary);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return new InfixExpressionNode('-', $operand, null);
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return atanh($inner);
Avoid too many return
statements within this method. Open
Open
return atanh(1 / $inner);
Avoid too many return
statements within this method. Open
Open
return "($text)";
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));