Method

AgsSolverPolynomialparse

since: 3.2.0

Declaration [src]

void
ags_solver_polynomial_parse (
  AgsSolverPolynomial* solver_polynomial,
  gchar* polynomial
)

Description [src]

Parse polynomial and apply to solver_polynomial.

Available since: 3.2.0

Parameters

polynomial

Type: gchar*

The polynomial as string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.