From: SourceForge.net <no...@so...> - 2004-07-27 19:13:08
|
Feature Requests item #998939, was opened at 2004-07-27 14:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355083&aid=998939&group_id=5083 Category: None Group: None Status: Open Priority: 5 Submitted By: Bradley Plies (logician) Assigned to: Nobody/Anonymous (nobody) Summary: Min/Max(a, b, .., n) but not Avg(...)? Initial Comment: I know there is already an ArithmeticMean({a, b, ..., n}) function, but could we have an average function that takes arguments like Min and Max do instead of in a {} list? Or in addition, provide Min & Max that can also take {} lists? Max(1, 2, 3) ==> 3 Min(1, 2, 3) ==> 1 ArithmeticMean({1, 2, 3}) ==> 2 Nicer: Avg(1, 2, 3) ==> 2 On the other hand, maybe Min & Max should be able to process lists too? I know, I know, an Avg function is easy to implement by hand but so can most other functions. Great tool by the way, I hope to be able to make good use of it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355083&aid=998939&group_id=5083 |