Given three floating-point numbers x, y, and z, output x to the power of z, x to the power of (y to the power of z), the absolute value of y, and the square root of (xy to the power of z).
Example Input and Output: Input: 3.6 4.5 2.0 Output: 12.96 1.841304610218211E11 4.5 16.2