Menu

#48 Allow lists as arguments to statistics

open
math (19)
1
2004-04-19
2002-02-12
No

The math::min, math::max and others procs in the
misc.tcl file are a bit complex to use if one has lists
of values.

To use you need:
eval math::max [list 1 2 3 4 5 6 7]

The extra complexity of eval is not nice. Perhaps lists
could also be used, or a alternative version
[math::lmax], or so could be done, to provide the
functionality for lists instead of single values.

Discussion

  • Andreas Kupries

    Andreas Kupries - 2002-03-26
    • assigned_to: nobody --> kennykb
     
  • Michael Schlenker

    • priority: 5 --> 1
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.