Showing 188 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return sinh($inner);
Avoid too many return
statements within this method. Open
Open
return atanh($inner);
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 "($text)";
Avoid too many return
statements within this method. Open
Open
return "$prepend$text";
Avoid too many return
statements within this method. Open
Open
return Complex::arccot($z);
Avoid too many return
statements within this method. Open
Open
return NAN;
Avoid too many return
statements within this method. Open
Open
return exp($inner);
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->division($inner, new FunctionNode('sqrt', $temp));
Avoid too many return
statements within this method. Open
Open
return '{' . $text . '}';
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);