001    /**
002     * Test interface 3
003     * 
004     * @author Kristian Torp, torp (at) cs (dot) aau (dot) dk
005     * @version 1.0
006     */
007    public interface Interface3 {
008            float e(float e);
009    
010            float f(float f);
011    }