Next: evaluator_get_variables
, Previous: evaluator_evaluate
, Up: Main entry points [Contents][Index]
evaluator_get_string
#include <matheval.h> char *evaluator_get_string (void *evaluator);
Return textual representation (i.e. mathematical function) of
evaluator object pointed by evaluator
. For notation used, see
evaluator_create
documentation.
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.