Showing 188 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return "$real${imag}i";
Avoid too many return
statements within this method. Open
Open
return new Rational($p, $q, $normalize);
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->multiplication($exponent, $this->nodeFactory->multiplication($fpow, $leftValue));
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->division($inner, $denominator);
Avoid too many return
statements within this method. Open
Open
return new Complex($z->abs(), 0);
Avoid too many return
statements within this method. Open
Open
return new RationalNode(Math::SemiFactorial($inner->getNumerator()), 1);
Avoid too many return
statements within this method. Open
Open
return tan(deg2rad($inner));
Avoid too many return
statements within this method. Open
Open
return ceil($inner);
Avoid too many return
statements within this method. Open
Open
return null;
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 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);