Java source code of 'jhplot.math.IndexFunction'

package jhplot.math;

/**
 * BSD License
 * 
 * @author Yann RICHET
 */
public interface IndexFunction {
    public double fi(int i);
}