MathPHP\Functions\Polynomial::getVariable PHP Method

getVariable() public method

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