Showing 178 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return new RationalNode($p, $q);
Avoid too many return
statements within this method. Open
Open
return pi() / 2 - atan($inner);
Avoid too many return
statements within this method. Open
Open
return Math::SemiFactorial($inner);
Avoid too many return
statements within this method. Open
Open
return new ExpressionNode($operand, '-', null);
Avoid too many return
statements within this method. Open
Open
return Complex::pow($a, $b);
Avoid too many return
statements within this method. Open
Open
return new RationalNode($p, $q);
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 acos($inner);
Avoid too many return
statements within this method. Open
Open
case '^': return $this->exponentiation($node->getLeft(), $node->getRight());
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->division($inner, $denom);
Avoid too many return
statements within this method. Open
Open
return Complex::arcsin($z);
Avoid too many return
statements within this method. Open
Open
return new Complex($z->r(), -$z->i());
Avoid too many return
statements within this method. Open
Open
return "($text)";
Avoid too many return
statements within this method. Open
Open
return 1 / $tan_inner;
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->simplify($node);
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 Complex::arcosh($z);
Avoid too many return
statements within this method. Open
Open
return Complex::exp($z);
Avoid too many return
statements within this method. Open
Open
return sqrt($inner);
Avoid too many return
statements within this method. Open
Open
return new IntegerNode($leftOperand->getValue() + $rightOperand->getValue());