polynomial.extrema.y: Finding the y-values of Extrema of a Polynomial

Description Usage Arguments Value

View source: R/Polynomial.R View source: R/PiecewisePolynomial.R

Description

Finding the y-values of Extrema of a Polynomial

Finding the y-values of Extrema of a Piecewise Polynomial

Usage

1
2
3
polynomial.extrema.y(poly, tol = sqrt(.Machine$double.eps))

polynomial.extrema.y(poly, tol = sqrt(.Machine$double.eps))

Arguments

poly

A piecewisePolynomial type.

tol

Tolerance.

Value

A vector containing the y-values of the extrema.

A vector containing the y-values of the extrema.


Chen2357/rrinterp documentation built on Jan. 7, 2022, 1:01 p.m.