up previous next
Man

search online help system

Syntax
Man(S:STRING):NULL
Man(S:STRING,N:INT):NULL

where S is a literal string and N = 0 or 1.

Description
The Man function is used to search the online help system for information matching a keyword. See ? for more details. (The command ? was introduced in CoCoA 4.2 and is intended to replace Man.)

Example
Man("po");

See:
  Commands and Functions for Polynomials
  DensePoly
  EquiIsoDec
  Evaluation of Polynomials
  Factoring Polynomials

            --> Output suppressed  <--

Man("for poly");

============ Commands and Functions for Polynomials =============

The following are commands and functions for polynomials:

            --> Output suppressed  <-- 


See Also