Struct

AgsMathUtil

Description

struct AgsMathUtil {
  /* No available fields */
}
No description available.

Functions

ags_math_util_coefficient_to_complex

Compute value from coefficient.

since: 3.6.0

ags_math_util_find_exponent_parenthesis

Find exponent parenthesis.

since: 3.2.0

ags_math_util_find_function

Find next function.

since: 3.2.0

ags_math_util_find_function_parenthesis

Find function parenthesis.

since: 3.2.0

ags_math_util_find_parenthesis_all

Find all parenthesis.

since: 3.2.0

ags_math_util_find_symbol

Find next symbol.

since: 3.2.0

ags_math_util_find_symbol_all

Find all symbols.

since: 3.2.0

ags_math_util_find_term_parenthesis

Find term parenthesis.

since: 3.2.0

ags_math_util_is_term

Test if term is a term.

since: 3.2.0

ags_math_util_match_coefficient

Match coefficient including optional sign.

since: 3.6.0

ags_math_util_match_exponent

Match exponent with or without parenthesis.

since: 3.6.0

ags_math_util_match_function

Match function.

since: 3.6.0

ags_math_util_match_operator

Match operator.

since: 3.6.0

ags_math_util_match_sign

Match sign.

since: 3.6.0

ags_math_util_match_symbol

Match symbol including optional sign.

since: 3.6.0

ags_math_util_multiply_coefficient_all
No description available.

ags_math_util_split_polynomial

Split polynomial into coefficient, powers of symbols and summand.

since: 3.2.0

ags_math_util_split_sum

Split sum into summands.

since: 3.2.0