1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
___________________________________
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
|