>>138
Wow you are the biggest idiot ever. Let me model this a bit more clearly so you're retard brain can handle it.
Before you use the
pow function, you have to load or generate the table. Never did I say that you would do this more than once or every time you call
pow. The point is, the work you do in loading or generating the table will not be paid off by a single call to
pow, you will have to an equivalent amount of work in
pow calls as you did in loading the table for the amortization argument to work at all.
I suggest you take some time off work/school and re-learn amortized analysis. You definitely wouldn't cut it in the real world. Stick to writing and re-writing factorial and Fibonacci functions.