Given three floating-point numbers x, y, and z, output $x^y$, $x^{(y^z)}$, the absolute value of x, and the square root of $((x * y)^2)$.
Output all results with five digits after the decimal point, which can be achieved as follows:
Put result to output with 5 decimal places
Ex: If the input is:
5.0 2.5 1.5
the output is:
55.90170 579.32402 5.00000 6.64787