Method

AgsSolverPolynomialget_exponent

since: 3.9.3

Declaration [src]

gchar**
ags_solver_polynomial_get_exponent (
  AgsSolverPolynomial* solver_polynomial
)

Description [src]

Get exponent of solver_polynomial.

Available since: 3.9.3

Return value

Type: An array of utf8

The exponent.

The array is NULL-terminated.
The caller of the method takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.