Showing 188 of 188 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 "$leftValue$operator$rightValue";
Avoid too many return
statements within this method. Open
Open
return asinh($inner);
Avoid too many return
statements within this method. Open
Open
return Complex::arccos($z);
Avoid too many return
statements within this method. Open
Open
return new Complex($z->r(), 0);
Avoid too many return
statements within this method. Open
Open
return exp($logGamma);
Avoid too many return
statements within this method. Open
Open
return $z;
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::arctan($z);
Avoid too many return
statements within this method. Open
Open
return Complex::sinh($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::sqrt($z);
Avoid too many return
statements within this method. Open
Open
return '\frac{' . $left->accept($this) . '}{' . $right->accept($this) . '}';
Avoid too many return
statements within this method. Open
Open
return cos(deg2rad($inner));
Avoid too many return
statements within this method. Open
Open
return new IntegerNode(pow($leftOperand->getValue(), $rightOperand->getValue()));
Avoid too many return
statements within this method. Open
Open
return new IntegerNode($leftOperand->getValue() - $rightOperand->getValue());
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return 'INF';
Avoid too many return
statements within this method. Open
Open
return "($text)";
Avoid too many return
statements within this method. Open
Open
return Complex::div(Complex::log($z), M_LN10);