Skip to content

Commit fe178f0

Browse files
NetPro69cdrnet
authored andcommitted
Update CubicSpline.cs
Fixed function documentation error, changed minimum for maximum
1 parent 587b4c5 commit fe178f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Numerics/Interpolation/CubicSpline.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ public double[] GetHorizontalPoints()
664664
}
665665

666666
/// <summary>
667-
/// Returns the minimum value for the spline within its domain.
667+
/// Returns the maximum value for the spline within its domain.
668668
/// </summary>
669669
/// <returns></returns>
670670
public double GetMaxPoint()

0 commit comments

Comments
 (0)