Next: evaluator_derivative_y
, Previous: evaluator_evaluate_x_y_z
, Up: Convenience procedures [Contents][Index]
evaluator_derivative_x
#include <matheval.h> void *evaluator_derivative_x (void *evaluator);
Convenience function to differentiate function using “x” as derivation variable. Function is equivalent to:
evaluator_derivative (evaluator, "x");
See evaluator_derivative
for further information.
Evaluator object representing derivative of function over variable “x”.