Status: Accepted
Owner: hector1...@gmail.com
Labels: Type-Enhancement Priority-Medium CodeInCategory-Documentation CodeInDifficulty-Easy

New issue 2774 by hector1...@gmail.com: ``See Also`` feature in Number Theory
http://code.google.com/p/sympy/issues/detail?id=2774

Edit the doc-string to add list of other function that are closely related to the query.

Ex.

prime?
Docstring:
    Return the nth prime, with the primes indexed as prime(1) = 2,
    prime(2) = 3, etc.... The nth prime is approximately n*log(n) and
    can never be larger than 2**n.

    Reference: http://primes.utm.edu/glossary/xpage/BertrandsPostulate.html

## This is the present doc-string. One needs to add the following line

    See also : isprime, primerange, primepi

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to