Previous: , Up: Convenience procedures   [Contents][Index]


2.2.6 evaluator_derivative_z

Synopsis

#include <matheval.h>

void *evaluator_derivative_z (void *evaluator);

Description

Convenience function to differentiate function using “z” as derivation variable. Function is equivalent to:

evaluator_derivative (evaluator, "z");

See evaluator_derivative for further information.

Return value

Evaluator object representing derivative of function over variable “z”.

See also

evaluator_create, evaluator_destroy, evaluator_derivative