Go to the source code of this file.
|
void | translate_in_special_chars (char *expression) |
|
void | translate_in_ASCII_chars (char *expression) |
|
Poincare::Expression * | parse_expression (const char *expression) |
|
void | assert_parsed_expression_type (const char *expression, Poincare::Expression::Type type) |
|
void | assert_parsed_expression_polynomial_degree (const char *expression, int degree, char symbolName='x') |
|
template<typename T > |
void | assert_parsed_expression_evaluates_to (const char *expression, Poincare::Complex< T > *results, int numberOfRows, int numberOfColumns, Poincare::Expression::AngleUnit angleUnit=Degree) |
|
template<typename T > |
void | assert_parsed_expression_evaluates_to (const char *expression, Poincare::Complex< T > *results, Poincare::Expression::AngleUnit angleUnit=Degree) |
|
void | assert_parsed_expression_simplify_to (const char *expression, const char *simplifiedExpression, Poincare::Expression::AngleUnit angleUnit=Poincare::Expression::AngleUnit::Radian) |
|
◆ assert_parsed_expression_evaluates_to() [1/2]
◆ assert_parsed_expression_evaluates_to() [2/2]
◆ assert_parsed_expression_polynomial_degree()
void assert_parsed_expression_polynomial_degree |
( |
const char * |
expression, |
|
|
int |
degree, |
|
|
char |
symbolName = 'x' |
|
) |
| |
◆ assert_parsed_expression_simplify_to()
◆ assert_parsed_expression_type()
◆ parse_expression()
◆ translate_in_ASCII_chars()
void translate_in_ASCII_chars |
( |
char * |
expression | ) |
|
◆ translate_in_special_chars()
void translate_in_special_chars |
( |
char * |
expression | ) |
|
◆ Degree
◆ Radian