[03:08] hi can I ask a question? [03:09] I'm just starting Java and I need to code a numerical function F with two variables x and y defined by: [03:09] F(x,y) = (3x^3 + 4xy + 6)/(5xy - 8) [03:14] without using math.pow how should I do it