// returns the probability of the Angels will win the next game (given that // the Angels have previously won "AWins" games and the Giants have previously // won "Gwins" games) double probabilityOfAngelVictory (int AWins, int GWins);