Percentage difference between images: Difference between revisions

(Added Racket code)
Line 978:
 
=={{header|Racket}}==
For some reason, the result is around 1.77% and I can't wrap my head about why. (Tom)
Note: On OS X I get 1.6192% as the result. (soegaard)
 
<lang Racket>#lang racket
(require racket/draw)
Anonymous user