Re: ?+
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2023-12-01 23:03, Ilya Zakharevich wrote: > In gp > ?+ > does not help. One need to do > ?+_ > or > ?_+_ > or > ?_++ > to get relevant help. On the other hand, > ??+ > returns help about _+_, but not about +_ or _++. > > I think this is not the best practice. I would expect > ?+ > return help about all “functions” having “+” in their names. And > Three question marks do that: ? ???+ "GP operators" ? Another example: ? ???squares bnrisprincipal idealredmodpower issquare mffromqf parfor polredabs qfgaussred ?