ContextLimitedPolynomial

From WeBWorK_wiki
Revision as of 13:00, 30 March 2010 by Aubreyja (talk | contribs) (Trying out a way of documenting macros consistently on the wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose of this Macro

A spot to describe this macro in a little more detail

checkPolynomial
Category: MathObject
Status Standard
Description Allow only entry of polynomials
File Name checkPolynomial.pl
File Path contextLimitedPolynomial.pl
Download
Code Docs http://webwork.maa.org/doc/cvs/pg_HEAD/macros/contextLimitedPolynomial.pl.html
NPL Example
Comments:

Initialization

Enable the context in loadMacros:

loadMacros(
  "MathObjects.pl",
  "contextLimitedPolynomial.pl",
  others,
);

Select the context using:

Context("LimitedPolynomial");

Usage

Bug Reports

See Also