Function der_r_logb#
Defined in File real/derivatives.h
Function Documentation#
-
void der_r_logb(coeff_t x, coeff_t base, ord_t order, coeff_t *derivs)#
Derivatives of the base b logarith, function.
- Parameters:
x – Evaluation point.
base – Base of the logarithm.
order – Maximum order of derivative requested.
derivs – [out] Array with the derivatives information. It must come allocated.