Author Topic: Math Formula Simplification  (Read 218 times)

Quote from: A Text File
finding time between beats with BPM:

t = 60/BPM

finding BPM with time

BPM = (t^-1)*60

Trying to find the gradual increase of a BPM in a stepmania song I'm making using the time between each beat. The first formula I'm fine with but the second one just seems a little long, is there any way I can shorten it?

I don't see any way to shorten it.