Showing 178 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return Complex::div(1, Complex::tanh($z));
Avoid too many return
statements within this method. Open
Open
return Complex::sqrt($z);
Avoid too many return
statements within this method. Open
Open
return '\frac{' . $left->accept($this) . '}{' . $right->accept($this) . '}';
Avoid too many return
statements within this method. Open
Open
return cos(deg2rad($inner));
Avoid too many return
statements within this method. Open
Open
return new IntegerNode(pow($leftOperand->getValue(), $rightOperand->getValue()));
Avoid too many return
statements within this method. Open
Open
return new IntegerNode($leftOperand->getValue() - $rightOperand->getValue());
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return 'INF';
Avoid too many return
statements within this method. Open
Open
return "($text)";
Avoid too many return
statements within this method. Open
Open
return Complex::div(Complex::log($z), M_LN10);
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 . '}';