MathPHP\Functions\Polynomial::getDegree PHP Method

getDegree() public method

Getter method for the degree of a polynomial
public getDegree ( ) : integer
return integer The degree of a polynomial object
    public function getDegree() : int
    {
        return $this->degree;
    }