RosettaCodeData/Task/Closest-pair-problem/Racket/closest-pair-problem-3.rkt

5 lines
106 B
Racket
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
Closest points: (0+1i 1+2i)
Distance: 1.4142135623730951
Closest points on a quadratic curve (0,0) (1,1)