functiondf
Derivative of f()
Extends from Modelica.Icons.Function (Icon for functions).
Information
The derivative of this function is d2f().
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Argument | |
| Real[:] | a | Coefficients | |
| Integer | n | 0 | Power associated with the first term (before derivative) |
| Real | dx | Derivative of argument | |
| Real[size(a, 1)] | da | zeros(size(a, 1)) | Derivatives of coefficients |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | df | Derivative |