Untitled
unknown
plain_text
2 years ago
269 B
8
Indexable
let jugadores = 20;
for(let x=1; x<6*jugadores; x++){
let pr = 50 * Math.atan((x+23.6522240905547 - 3 * jugadores) / 10) + 20 - 25 * Math.PI;
if(pr > 0){
console.log(`para ${jugadores} jugadores | Eventos: ${x} - Probabilidad: ${80+~~pr} `);
}
}Editor is loading...