CTAN update: tuple
Date: December 21, 2024 7:26:50 AM CET
Christian Tellechea submitted an update to the
tuple
package.
Version: 0.2 2024-12-20
License: lppl1.3c
Summary description: Expandable operations for tuples of numbers
Announcement text:
* the type of numbers in the tuple can be set: "int", "dec:short" or "dec:long" (default) * negative indexes allowed for methods 'get', 'set', 'add' and 'split' * (very) simple calc engine for decimals #8.#8 with product #16.#8 * 'pos' method now accepts an optional argument to indicate the occurrence sought
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/tuple The package’s files themselves can be inspected at https://mirrors.ctan.org/macros/generic/tuple/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs
* the type of numbers in the tuple can be set: "int", "dec:short" or "dec:long" (default) * negative indexes allowed for methods 'get', 'set', 'add' and 'split' * (very) simple calc engine for decimals #8.#8 with product #16.#8 * 'pos' method now accepts an optional argument to indicate the occurrence sought
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/tuple The package’s files themselves can be inspected at https://mirrors.ctan.org/macros/generic/tuple/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs
tuple – Expandable operations for tuples of numbers
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 is easy and intuitive to use :
object.method1.method2...
(*): unexpandable 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
Package | tuple |
Version | 0.2 2024-12-20 |
Copyright | 2024 Christian Tellechea |
Maintainer | Christian Tellechea |