Function
AgsMathUtilcoefficient_to_complex
since: 3.6.0
Declaration [src]
gboolean
ags_math_util_coefficient_to_complex (
gchar* coefficient,
AgsComplex* value
)
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 returned data is owned by the function.