Opened 12 years ago

Closed 12 years ago

#459 closed bug (fixed)

typo in example part primeList from modstd;

Reported by: gorzel Owned by: somebody
Priority: minor Milestone: 3-1-6 and higher
Component: singular-lib-doc Version: 3-1-5
Keywords: Cc:

Description (last modified by gorzel)

In modstd.lib

proc primeList(ideal I, int n, list #)
 
EXAMPLE: example primList; shows an example

here an 'e' is missing: -> example primeList;

The proc primList also exists, but that belongs to crypto.lib

BTW.: I would recommend to list the proc deleteUnluckyPrimes also in the header and so in the index.

It may be useful, provided the help part is a bit more detailed about the return values. Saying something like:

It strikes out the (bad) unlucky primes and the corresponding ideals where chineseremainder will fail. Then the first slot contains the list of ideals and the second slot the (good) primes which remain.

Change History (2)

comment:1 Changed 12 years ago by gorzel

Description: modified (diff)

comment:2 Changed 12 years ago by hannes

Resolution: fixed
Status: newclosed

fix with rev. 15327

Note: See TracTickets for help on using tickets.