public interface Funktion { public float f(float x); public float derivatan(float x); public float anti_derivatan(float x); } // interface Funktion