Search tutorials
I chose use the Newtonian Method and made the following function:
Comment: ---------------------------------------------- Comment: Newton's Method for Finding Square Root Comment: ---------------------------------------------- Set Variable: "n" = 1 Set Variable: "counter" = 0 Loop While (counter<%lt%>iterations) Set Variable: "n" = n - ((n*n - input) / (2*n)) Set Variable: "counter" = counter+1 End Loop Set Variable: "/:output" = n
| » Level Advanced |
|
Added: 2000-05-25 Rating: 7 Votes: 125 |
| » Author |
| Flashjunkie is a self-professed obsessive addict of life. Due to the highly artistic nature required of an Art Director for an Ad agency, he took up Flash to add some math to his diet. |
| » Download |
| Download the files used in this tutorial. |
| Download (4 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!