functionCubicHermite
Evaluate a cubic Hermite spline
Information
ThermoSysPro Version 4.1 ## Copyright © EDF 2002 - 2025 ## ThermoSysPro Version 4.2
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Abscissa value | |
| Real | x1 | Lower abscissa value | |
| Real | x2 | Upper abscissa value | |
| Real | y1 | Lower ordinate value | |
| Real | y2 | Upper ordinate value | |
| Real | y1d | Lower gradient | |
| Real | y2d | Upper gradient |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Interpolated ordinate value |
Revisions
Author May 2008 by Michael Sielemann