doc

doc s -- provides the online documention for the topic s, in internal hypertext form, suitable for conversion to text with text or to html with html.

i1 : doc partitions

o1 = 'partitions n' -- returns a list of the partitions of the integer n.
     'partitions(n,k)' -- returns a list of the partitions of the integer n
     into terms each of which does not exceed k.
     in = partitions 4   
     
     in = partitions(4,2)

o1 : SEQ


topindexpreviousupnext