class NevilleAlgorithm

Constants

Solution

Public Instance Methods

call(point) click to toggle source
# File lib/polynomial_ruby/neville_algorithm.rb, line 2
def call(point)
  Solution.new(points, values, point).call
end