package p; import java.lang.Math; class SinCos { static float test() { return Math.cos(1.4f); } public static void main() { test(); } }