Re: List size ?
Pierre Charollois <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, it is length(List); best regards, Pierre > Le 8 févr. 2025 à 12:26, Bernard Fischel <[email protected]> a écrit : > > Hi everybody. > I'm searching how to get the size of a List, like matsize, without counting elements of the List. > > matsize(~List) fails. > > Bernard