I'm confusing myself over a rather pedantic math question. I'm comparing two simulation's runtimes (measured in seconds). I want to know how many times faster is simulation A compared to simulation B.
Normally, I report the result as a percentage, e.g., simulation A is 50% faster than simulation B. To get this percentage, I can simply divide $$t_A / t_B$$. 50% faster is equivalent to "1 times speedup". I'm wondering what is the equation to get this speedup number on less nice numbers?