I found myself thinking about those pretty cable-like lines often used in node editors:
(e.g. Blender)
Now, they’re almost certainly implemented via some kind of spline, but for some probably masochistic reason I realized they looked a lot like a sigmoid curve.
It’s probably been [derived?] before, but this is what I came up with: (excuse the crappy TeX output)
Where f(x) is the curve between points (X1, Y1) and (X2, Y2) and s is a number probably somewhere between 10 and 20, which I will call ‘slack.’
Play with it in the desmos link to see exactly what it does. I could probably refine the equation to handle lower values of slack better, but meh.
https://www.desmos.com/calculator/bd1v5ylpth
Someone might actually find this useful, or at least be now enlightened with the Sigmoid function.