Interface Interpolation

All Known Implementing Classes:
KvadraticInterpolation, LinearInterpolation, NpolynomialInterpolation

public interface Interpolation
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getY(int x)
     
  • Method Details

    • getY

      int getY(int x)