___________________________________

                tuple

                v0.1

             2024/11/16
___________________________________

Maintainer: Christian Tellechea
E-mail    : unbonpetit@netc.fr
            Comments, bug reports and suggestions are welcome.
Licence   : Released under the LaTeX Project Public License v1.3c or
            later, see http://www.latex-project.org/lppl.txt

-----------------------------------------------------------------------

This package provides expandable operations for tuples of numbers:

 * len, sum, min, max, mean, med, quantile, standard deviation,
   get item, position of item
 * sort, add or set(*) items, filter, operations, composition(*),
   split(*), formatting and display

All with a concise syntax that's easy and intuitive to use :
                "object.method1.method2..."

(*): no expandable method

-----------------------------------------------------------------------

Cette extension met à disposition des opérations développables pour les
tuples de nombres :

 - len, sum, min, max, mean, med, quantile, écart type, get item,
   position d'un élément
 - tri, ajout ou modification(*) d'éléments, filtre, opérations,
   composition(*), coupure(*), formattage et affichage

Le tout avec une syntaxe concise et d'un usage facile et intuitif :
                " object.methode1.methode2... "

(*) : méthode non développable
