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

getVariable() 공개 메소드

Getter method for the dependent variable of a polynomial
public getVariable ( ) : string
리턴 string The dependent variable of a polynomial object
    public function getVariable() : string
    {
        return $this->variable;
    }