double Pow(x, y)x raised to the power of y. A plot of Math.Pow(2, x)012345010203040Input ranges and output valuesExample = Block { ShowPow(10, 3); ShowPow(2, 10); ShowPow(5.3, 2.5);};103= 1000210= 10245.32.5= 64.66803638583747