There is a bug (or a few), please use this site instead: https://www.nayuki.io/page/master-theorem-solver-javascript
a >= 1, b > 1 f(n) > 0
T(n) = aT(n/b) + f(n)
WIP: please reach out with feedback!