package p; import p.Test; class Test2 { public static float fmul(float a, float b, float c) { return Test.mul(a, b) + c; } }