Previous: evaluator_get_variables
, Up: Main entry points [Contents][Index]
evaluator_derivative
#include <matheval.h> void *evaluator_derivative (void *evaluator, char *name);
Create evaluator for derivative of function represented by given
evaluator object. Evaluator object is pointed to by evaluator
pointer and derivation variable is determined by name
argument.
Calculated derivative is in mathematical sense correct no matters of
fact that derivation variable appears or not in function represented
by evaluator.
Pointer to evaluator object representing derivative of given function.