Hello All!
First of all, Great forums! Now my question:
For a site I've to make an simple calculation forum, only I don't really know how to do so. This is what the script should do:
Y = (2894/(1+259*e^(-0.0025*X))) *Z%
And
Y = (0.206*X+99) *Z%
In both Formulae's the signs are:
X = Arena Rating ( Has to be filled in by an visitor )
Y = The Number of Arena Points ( The Answer of the Formulae )
Z = in %, could be done best in an drop down menu, or check menu: ( Has to be filled in by an visitor )
-> Z = 60% for 2v2
-> Z = 80% for 3v3
-> Z = 100% for 5v5
Should someone be able to make an HTML / PHP Page for me with this in it?
Many Thanks,
Rando / Jim W. from Holland.
First of all, Great forums! Now my question:
For a site I've to make an simple calculation forum, only I don't really know how to do so. This is what the script should do:
Y = (2894/(1+259*e^(-0.0025*X))) *Z%
And
Y = (0.206*X+99) *Z%
In both Formulae's the signs are:
X = Arena Rating ( Has to be filled in by an visitor )
Y = The Number of Arena Points ( The Answer of the Formulae )
Z = in %, could be done best in an drop down menu, or check menu: ( Has to be filled in by an visitor )
-> Z = 60% for 2v2
-> Z = 80% for 3v3
-> Z = 100% for 5v5
Should someone be able to make an HTML / PHP Page for me with this in it?
Many Thanks,
Rando / Jim W. from Holland.
Comment