package math; /** * Created by anki0216 on 10.04.2017. */ public interface IBaseTrig { Double sin(Double x); }