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