interpl x &rest coords [Function]

Returns the interpolated y value of x in coords. Coords is a sequence of x y coordinates.

Example:

? (interpl 75 0 0 50 .5 100 0)
.25

See Also:

interp, lookup


Last Modified: 5-Mar-1998