Showing 147 of 154 total issues
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);
Avoid too many return
statements within this method. Open
Open
return round($inner);
Avoid too many return
statements within this method. Open
Open
return new Complex($z->imaginary, 0);
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 "$leftValue<$rightValue";
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return "($text)";
Avoid too many return
statements within this method. Open
Open
return Complex::pow($left->accept($this), $right->accept($this));