The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I really hate php
![]() Anyway, if someone can tell me why this won't work (everything works except the $probability) In cases where it should obviously spit out something like 50 (50% chance) it spits out 0.95834583. PHP Code:
|
#2
|
||||
|
||||
![]()
Hmm, can you give example data for which the script does fail?
As I don't seem to understand what it's all about ... Code:
if ($winnerr[rating] > $loserr[rating]) { $difference = $winnerr[rating] - $loserr[rating]; } if ($winnerr[rating] < $loserr[rating]) { $difference = $loserr[rating] - $winnerr[rating]; } if ($winnerr[rating] == $loserr[rating]) { $difference = 0; } PHP Code:
|
#3
|
||||
|
||||
![]()
Just learning.
![]() I didn't want a negative difference, so I made sure the one in front was larger. Not sure what the abs function does. Say if the difference = 0, then obviously the probability of winning would be 50. Getting .095843573 or something similar, tells me something is wrong. |
#4
|
||||
|
||||
![]()
Your formular is
PHP Code:
PHP Code:
PHP Code:
So what's wrong? |
#5
|
||||
|
||||
![]()
Hmm I guess that is good news. Thanks
|
#6
|
||||
|
||||
![]()
I think your formula is wrong and your probably meant
PHP Code:
|
#7
|
||||
|
||||
![]()
Fantastic, thanks a bunch. Fast response too.
![]() |
#8
|
||||
|
||||
![]()
You're welcome
![]() ^ is an XOR operator, not powers - you have to use function pow() for that. Function abs() does give the absolute value of the argument. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|