(let ((a 1.2) (b 1.0) (c 0.2))
  (display(=(- a b) c))
  (newline)
(display(=(- (* a 10) (* b 10)) (* c 10))))