Function der_c_pow#
Defined in File complex/derivatives.h
Function Documentation#
-
void der_c_pow(coeff_t x, coeff_t e, ord_t order, coeff_t *derivs)#
Real derivatives of the power function. In particular useful for non integer exponents.
Evaluating \( x^e \)
- Parameters:
x – Evaluation base of the power function.
e – Exponent to power x.
order – Maximum order of derivative to be retreived.
derivs – [out] Array with the derivative information. It must come allocated.