Showing 154 of 154 total issues
Avoid too many return
statements within this method. Open
Open
return abs($inner);
Avoid too many return
statements within this method. Open
Open
return Complex::artanh($z);
Avoid too many return
statements within this method. Open
Open
return '{' . $text . '}';
Avoid too many return
statements within this method. Open
Open
return 1 / $tanh_inner;
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::cosh($z);
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 M_PI / 2 - atan($inner);
Avoid too many return
statements within this method. Open
Open
return Math::semiFactorial((int)$inner);
Avoid too many return
statements within this method. Open
Open
return "$leftValue OR $rightValue";
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 "($text)";
Avoid too many return
statements within this method. Open
Open
return ceil($inner);
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 asinh($inner);
Avoid too many return
statements within this method. Open
Open
return "$leftValue<>$rightValue";
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 Complex::arsinh($z);
Avoid too many return
statements within this method. Open
Open
return NAN;
Avoid too many return
statements within this method. Open
Open
return new Complex($z->abs(), 0);