bounty-formula
bounty-formula copied to clipboard
A formula to calculate bounty amounts.
Bounty Formula
A formula to calculate bounty amounts by @TomNomNom and @EdOverflow. The write-up is located here: https://edoverflow.com/2017/the-math-behind-bug-bounties/
MathJax
$$\forall C (0 \le C \le 10)$$
$$\forall n (n \in \Bbb{R}^+ \land 1.0 \le n \le 3.0)$$
$$N = \frac{b_{max}}{(C_{max})^n}$$
$$b = N \times (C^n)$$
LaTeX
\[\forall C(0 \le C \le 10)\]
\[\forall n (n \in \mathbb{R}^+ \land 1.0 \le n \le 3.0)\]
\[N = \frac{b_{max}}{(C_{max})^n}\]
\[b = N \times (C^n)\]
Contributing
We welcome contributions from the public.
Using the issue tracker 💡
The issue tracker is the preferred channel for bug reports and features requests.
Issues and labels 🏷
Our bug tracker utilizes several labels to help organize and identify issues.
Guidelines for bug reports 🐛
Use the GitHub issue search — check if the issue has already been reported.