Trouble adapting Speed code (Reed Switch)

Whoever wrote this code, did not label everything. There is a magic number here,

mph = (56.8*float(circumference))/float(timer);

which is crucial to your calculations. You can't just change the radius without knowing what each part does and what each number represents.

What is the 56.8 and how does it work with the original 13.5?