quadratic.interpolation: Computes the quadratic interpolation of the provided values.

Description Usage Arguments

Description

Computes the quadratic interpolation of the provided values.

Usage

1
quadratic.interpolation(u, fu, v, fv, w, fw)

Arguments

u

The first value to interpolate

fu

The y-value corresponding to the first

v

The midpoint to interpolate on

fv

The y-value corresponding to the midpoint value

w

The last value to interpolate

fw

The y-value corresponding to the last value


alexjweil/integrateIt documentation built on May 10, 2019, 8:54 a.m.