// $Id: Function.java,v 1.1.4.2 2003/08/21 01:15:17 cssharp Exp $


package net.tinyos.plot;

public interface Function {
	double f(double x);	
}