Showing 188 of 188 total issues
Avoid too many return
statements within this method. Open
Open
return Complex::arcsin($z);
Avoid too many return
statements within this method. Open
Open
return new Complex($z->r(), -$z->i());
Avoid too many return
statements within this method. Open
Open
return "($text)";
Avoid too many return
statements within this method. Open
Open
return 1 / $tan_inner;
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->simplify($node);
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 Complex::arcosh($z);
Avoid too many return
statements within this method. Open
Open
return Complex::exp($z);
Avoid too many return
statements within this method. Open
Open
return sqrt($inner);
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 $this->nodeFactory->multiplication($inner, $df);
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 sin(deg2rad($inner));
Avoid too many return
statements within this method. Open
Open
return 1 / $tan_inner;
Avoid too many return
statements within this method. Open
Open
return log10($inner);
Avoid too many return
statements within this method. Open
Open
return NAN;
Avoid too many return
statements within this method. Open
Open
return acosh($inner);
Avoid too many return
statements within this method. Open
Open
return abs($inner);
Avoid too many return
statements within this method. Open
Open
return floor($inner);
Avoid too many return
statements within this method. Open
Open
return $this->nodeFactory->simplify($node);