Showing 178 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return $this->rpow($a, $b);
Avoid too many return
statements within this method. Open
Open
return pow($leftValue, $rightValue);
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->multiplication($rightValue, $node);
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 asin($inner);
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 atan($inner);
Avoid too many return
statements within this method. Open
Open
return log($inner);
Avoid too many return
statements within this method. Open
Open
return $inner >= 0 ? 1 : -1;
Avoid too many return
statements within this method. Open
Open
return round($inner);
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));