MathPHP\Functions\Polynomial::getDegree PHP 메소드

getDegree() 공개 메소드

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