Posted: 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
Sponsor Sponsor
StealthArcher
Posted: Sun Mar 09, 2008 2:58 pm Post subject: Re: need help with writeing formulas in turing
Turing:
var noway:boolean:=true var wedontyourworkforyou:boolean:=true assert(wedontdoyourworkforyou) put"Please show us what you have so far, and we can help."
josh_65665
Posted: 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
A.J
Posted: 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
josh_65665
Posted: Sun Mar 09, 2008 3:37 pm Post subject: RE:need help with writeing formulas in turing