Usa la clase Math
http://docs.oracle.com/javase/6/docs...lang/Math.html
Los ^ son el método Math.pow()
y tan es Math.tan() poniendo el ángulo en radianes.
quedaría
( g * Math.pow(x,2.0) / ( 2 * Math.pow(y,2.0) ) * Math.pow(Math.tan(z), 2.0) .....
Se bueno.