Showing 178 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return new RationalNode(Math::Factorial($inner->getNumerator()), 1);
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return Complex::log($z);
Avoid too many return
statements within this method. Open
Open
return Complex::log($z);
Avoid too many return
statements within this method. Open
Open
return "\\$functionName($operand)";
Avoid too many return
statements within this method. Open
Open
return exp($rightValue);
Avoid too many return
statements within this method. Open
Open
return new Complex($z->i(), 0);
Avoid too many return
statements within this method. Open
Open
return cosh($inner);
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);