Function

AgsMathUtilcoefficient_to_complex

since: 3.6.0

Declaration [src]

gboolean
ags_math_util_coefficient_to_complex (
  gchar* coefficient,
  AgsComplex* value
)

Description [src]

Compute value from coefficient.

Available since: 3.6.0

Parameters

coefficient

Type: gchar*

The coefficient string.

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

Type: AgsComplex

Return location of value.

The argument will be set by the function.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE on success, otherwise FALSE.