(defun subtract-second-from-first (x y) "This function subtracts its second argument from its first argument." (- y x))