Please excuse me because I don't have a strong grasp of mathematical notation, I'm a programmer and understand code best.
I have a variable called momentum, which is tending towards 0 like this:
momentum = momentum * 0.9
This repeats every frame. But the trouble is that the time of each frame is variable. How can i make sure that the rate of deceleration is consistent even as delta time changes?