Showing 188 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return Complex::tanh($z);
Avoid too many return
statements within this method. Open
Open
return new Complex($z->arg(), 0);
Avoid too many return
statements within this method. Open
Open
return $this->visitFactorialNode($node);
Avoid too many return
statements within this method. Open
Open
return '\infty{}';
Avoid too many return
statements within this method. Open
Open
return "$prepend$text";
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 false;
Avoid too many return
statements within this method. Open
Open
return "($text)";
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 $result;
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);