Class
AgsSolverPolynomial
Instance methods
ags_solver_polynomial_add
Perform addition of polynomial_a
and polynomial_b
. Both summands need to have the very same
symbol and exponent, otherwise NULL
returned and error is appropriately set.
since: 3.2.0
ags_solver_polynomial_extract_root
Perform raising power of polynomial_a
and polynomial_b
.
since: 3.2.0
ags_solver_polynomial_get_coefficient_value
Get coefficient value of solver_polynomial
.
since: 3.9.3
ags_solver_polynomial_multiply
Perform multiplication of polynomial_a
and polynomial_b
.
since: 3.2.0
ags_solver_polynomial_raise_power
Perform raising power of polynomial_a
and polynomial_b
.
since: 3.2.0
ags_solver_polynomial_set_coefficient_value
Set coefficient_value
of solver_polynomial
.
since: 3.9.3
ags_solver_polynomial_subtract
Perform subtraction of polynomial_a
and polynomial_b
. Both minuend and subtrahend need to have the very same
symbol and exponent, otherwise NULL
returned and error is appropriately set.
since: 3.2.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.