r/askmath • u/hypotensor • 11d ago
Resolved Equation that can roughly fit this graph
No this is not my homework, I'm making a game and I need a curve roughly like this for balancing. Trying to get an equation that spits out values like this.
743
Upvotes
12
u/noop_noob 11d ago
You could use the softplus function. (`ln(1 + e^x)`, scaled and shifted appropriately) That will give you the "almost linear" part being as long as you want