MathPHP\Functions\Polynomial::getVariable PHP Méthode

getVariable() public méthode

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