Difference between revisions of "ContextLimitedPolynomial"

From WeBWorK_wiki
Jump to navigation Jump to search
(Trying out a way of documenting macros consistently on the wiki)
 
m
Line 1: Line 1:
 
== Purpose of this Macro ==
 
 
A spot to describe this macro in a little more detail
 
 
{{macro
 
{{macro
 
|name=checkPolynomial
 
|name=checkPolynomial
Line 15: Line 11:
 
|comments=
 
|comments=
 
}}
 
}}
  +
  +
== Purpose of this Macro ==
  +
  +
A spot to describe this macro in a little more detail
   
 
== Initialization ==
 
== Initialization ==

Revision as of 15:24, 30 March 2010

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:

Purpose of this Macro

A spot to describe this macro in a little more detail

Initialization

Enable the context in loadMacros:

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

Select the context using:

Context("LimitedPolynomial");

Usage

Bug Reports

See Also