E. Comer

Results 2 issues of E. Comer

Using (require math), we can compute (median < data), where data is a list of numbers. When data length is even, then normally the median is computed by averaging the...

Running Racket 8.4 [cs], the following example program: ``` #lang racket (require plot) (parameterize ([plot-font-size 12] [plot-font-family 'swiss]) (plot (vector-field (λ (x y) (vector (+ x y) (- x y)))...