This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
# TMI Startup Calculator | |
# (c)2019 Erik van der Pluijm, TMI | |
# | |
# all times in months | |
# some variables to work with - change these for outcomes | |
# | |
start_users = 100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n_{churn}(t) = Ce^{ct} |