Write the Java expression for the following:
`(0.05 - 2y^3)/((x - y))`
(0.05 - 2 * y * y * y) / (x - y)