functionquadStep
Recursive function used by quadrature
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Math.Nonlinear.Interfaces.partialScalarFunction | f | ||
| Real | a | Right interval end | |
| Real | b | Left interval end | |
| Real | fa | Function value at a | |
| Real | fb | Function value at b | |
| Real | is | First approximation of the integral |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | I | Integral value |