ActionScript 3 Math - Need Help!
Hello I am having difficult with ActionScript 3 Square Root Math!
The output for some odd reason is not correct. Could you please check my calculations.
Problematic Code A)
Counter is just a simple button to toggle the calculation of the square root. In the below numA.text is the input field where the user enters the number to be square rooted. The result is in then displayed in the output_txt field.

Problematic Code B)
In the below example the same applies except numA.text is the input field for the power of the square root. And numB.text is the square root number.

Thanks for the help.
