functionintegralValue_der
Evaluate derivative of integral of polynomial p(x) from x_low to x_high, assuming only x_high as time-dependent (Leibniz rule)
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Polynomial | p | Polynomial | |
| Real | x_high | High integrand value | |
| Real | x_low | 0 | Low integrand value, default 0 |
| Real | dx_high | High integrand value | |
| Real | dx_low | 0 | Low integrand value, default 0 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | dintegral | 0.0 | Integral of polynomial p from u_low to u_high |