MathPHP\Functions\Polynomial::getCoefficients PHP Method

getCoefficients() public method

Getter method for the coefficients of a polynomial
public getCoefficients ( ) : array
return array The coefficients array of a polynomial object
    public function getCoefficients() : array
    {
        return $this->coefficients;
    }