A fun and light application to quickly calculate the probability of an event to occur based on the base chance and number of…
A fun and light application to quickly calculate the probability of an event to occur based on the base chance and number of actions. The formula used is 1-(1-x)^y. The user may input the base chance as a percentage (0-100) or in a division format (base chance / actions). Can be used for a wide range of situations, ie. RPG's, bets with friends, even financial analysis.
Changelog v1.2.1:
- Flexible inputs including e-x values (i.e. 1.0e-2 interpreted as 1%), better comma-separated values handling.