Opened 13 years ago
Closed 13 years ago
#173 closed bug (fixed)
typo in description of primL of crypto.lib
Reported by: | gorzel | Owned by: | pfister |
---|---|---|---|
Priority: | trivial | Milestone: | 3-1-1 |
Component: | singular-lib-doc | Version: | 3-0-4 |
Keywords: | Cc: |
Description
LIBRARY: crypto.lib Procedures for teaching cryptography AUTHOR: Gerhard Pfister, pfister@mathematik.uni-kl.de PROCEDURES: primL(q) all primes p_1,...,p_r such that q<p_1*...*p_r
and
proc primL(number q) "USAGE: primL(q); RETURN: list of all primes p_1,...,p_r such that q<p_1*...*p_r EXAMPLE:example primL; shows an example "
Memory is limited, certainly it is meant
primL(q) first primes p_1,...,p_r such that q<p_1*...*p_r
Note: See
TracTickets for help on using
tickets.
description fixed