Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/lib/JAMA/EigenvalueDecomposition.php:7331$vr = ($this->d[$i] - $p) * ($this->d[$i] - $p) + $this->e[$i] * $this->e[$i] - $q $q
/lib/JAMA/EigenvalueDecomposition.php:5651if(abs($this->H[$m][$m 1]) * (abs($q) + abs($r)) < $eps * (abs($p) * (abs($this->H[$m 1][$m 1]) + abs($z) + abs($this->H[$m 1][$m 1])))) { /**/ }