Computer Science Canada need help with writeing formulas in turing |
Author: | josh_65665 [ Sun Mar 09, 2008 2:55 pm ] |
Post subject: | need help with writeing formulas in turing |
thats the formula and i need to calculate 1 to 200. this formula is used to calculate exp points to levle. Here is the formula in equation form where L is the level you're calculating for |
Author: | StealthArcher [ Sun Mar 09, 2008 2:58 pm ] | ||
Post subject: | Re: need help with writeing formulas in turing | ||
|
Author: | josh_65665 [ Sun Mar 09, 2008 3:00 pm ] |
Post subject: | RE:need help with writeing formulas in turing |
lol i am new to turing and know very little and i suck with math. i dont under stand the formula enough to write a program to output it |
Author: | A.J [ Sun Mar 09, 2008 3:05 pm ] |
Post subject: | Re: need help with writeing formulas in turing |
All this formula means is: experience equals to the floor of ( [the sum of all {x+300*2^(x/7)} where x ranges from 1 to level-1] divided by 4) In case this didn't help AT ALL, here's a hint: USE FOR LOOPS FOR THE SIGMA (sum of all) NOTATION |
Author: | josh_65665 [ Sun Mar 09, 2008 3:37 pm ] |
Post subject: | RE:need help with writeing formulas in turing |
thanks for the help ive got it to wrok thx again |