Next: , Previous: , Up: Main entry points   [Contents][Index]


2.1.4 evaluator_get_string

Synopsis

#include <matheval.h>

char *evaluator_get_string (void *evaluator);

Description

Return textual representation (i.e. mathematical function) of evaluator object pointed by evaluator. For notation used, see evaluator_create documentation.

Return value

String with textual representation of evaluator object. This string is stored in evaluator object and caller must not free pointer returned by this function. Returned string is valid until evaluator object destroyed.

See also

evaluator_create, evaluator_destroy, evaluator_get_variables