Talk:Maximum difference between adjacent elements of list: Difference between revisions

From Rosetta Code
Content added Content deleted
(added a new talk discussion.)
 
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:


::::::::::::::::::::: -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 20:56, 18 July 2021 (UTC)
::::::::::::::::::::: -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 20:56, 18 July 2021 (UTC)

== Raku slip ==
The output of "Average distance between list elements: 3.658824" is wrong: that is the average of the inputs, not distance between, which is 3.6625 (for proof try eg {3,5}). Not that I much care whether you change the calc or delete the "distance between" text. --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 11:35, 19 July 2021 (UTC)

Latest revision as of 11:39, 19 July 2021

task rename ?

This (draft) task (maybe) should be renamed from:


 Maximum difference between adjacent elements of list
                           to
 Maximum difference between adjacent elements of a list
                        or maybe
 Find the maximum difference between adjacent elements of a list
-- Gerard Schildberger (talk) 20:56, 18 July 2021 (UTC)

Raku slip

The output of "Average distance between list elements: 3.658824" is wrong: that is the average of the inputs, not distance between, which is 3.6625 (for proof try eg {3,5}). Not that I much care whether you change the calc or delete the "distance between" text. --Pete Lomax (talk) 11:35, 19 July 2021 (UTC)