Strange timer calculation

startTime = getTimer ();
elapsedTime = endTime - startTime;

x = int (4 / (delay/(elapsedTime/1000))); //Can u explain this line
//How can we split this kind of calculations