next | previous | forward | backward | up | top | index | toc | home

document(..., Inputs => ...) -- inputs for a function

Synopsis

Description

The entries should consist of items in one of the following forms.
  • hypertext
  • class
  • symbolname
  • class => hypertext
  • symbolname => class
  • symbolname => hypertext
  • symbolname => class => hypertext
As an example, here is the Inputs entry of the method resolution(Ideal):
Inputs => { "I" => { "an ideal in a ring ", TT "R", ", say" } },
Here is an example of the Inputs entry of the function sin:
Inputs => { "x" => RR },

Further information

See also