CubicSplinesIntersection

Description

x value of intersection point between two cubic splines.

Excel Function Syntax

CubicSplinesIntersection(xValues1, yValues1, xValues2, yValues2)

Online Calculator

ParameterValueDescription
xValues1The x values for the first set of points.
yValues1The y values for the first set of points.
xValues2The x values for the second set of points.
yValues2The y values for the second set of points.
Result