curvemaxy
curvemaxy(curve
)
The CURVEMAXY function has the following argument:
curve
The curve for which to determine the maximum Y value.
Search through the vertices of the curve returning the highest Y value that was found.
Formula |
Description |
Result |
---|---|---|
curvemaxy(curve(0,0, 100,100, 200,0)) | Return the highest Y value. | 100 |