import tools.myMath; public class test { public static void main(String[] args) { double x = 4; double y = myMath.square(x); System.out.println(y); } }