j
k
j a
j l
If you want this: CL-USER> (float (alexandria:median '(1 2 3 4))) 2.5 CL-USER> (alexandria:median '(100 0 99 1 98 2 97 96)) 193/2 Then you need this patch (the test is also wrong):
If you want this:
CL-USER> (float (alexandria:median '(1 2 3 4))) 2.5
CL-USER> (alexandria:median '(100 0 99 1 98 2 97 96)) 193/2
Then you need this patch (the test is also wrong):
pushed, thanks!
Back to the thread
Back to the list