Parent Directory
|
|
|
|
|
IO.pl
|
3792 |
14 years |
sh002i |
Corrected error message when mailing to an address is not allowed. This
used to ... |
LinearProgramming.pl
|
1453 |
16 years |
jj |
New file with linear programming simplex method related macros.
|
PG.pl
|
4386 |
13 years |
dpvc |
Added LaTeXMathML mode.
|
PG_CAPAmacros.pl
|
1080 |
16 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PG_module_list.pl
|
1080 |
16 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PGanswermacros.pl
|
4571 |
13 years |
dpvc |
Fixed problem with function checking when vars are specified with
limits and the... |
PGasu.pl
|
4562 |
13 years |
jj |
Catch errors which get thrown by other filters.
|
PGauxiliaryFunctions.pl
|
3305 |
14 years |
jj |
New context which allows students to use C(n,r) and P(n,r) in their
answers. To... |
PGbasicmacros.pl
|
4386 |
13 years |
dpvc |
Added LaTeXMathML mode.
|
PGchoicemacros.pl
|
4386 |
13 years |
dpvc |
Added LaTeXMathML mode.
|
PGcommonFunctions.pl
|
3601 |
14 years |
dpvc |
Movified the copying of functions from Complex1:: into main:: to avoid
conflicts... |
PGcomplexmacros.pl
|
3601 |
14 years |
dpvc |
Movified the copying of functions from Complex1:: into main:: to avoid
conflicts... |
PGdiffeqmacros.pl
|
4318 |
13 years |
gage |
Added rungeKutta4 method to PGnumericalmacros.pl Updated documentation on run... |
PGgraders.pl
|
1050 |
16 years |
sh002i |
moved PG modules and macro files from webwork-modperl to pg
-sam
|
PGgraphmacros.pl
|
3577 |
14 years |
jj |
When making on-the-fly image names, replace periods in the student login
name to... |
PGmatrixmacros.pl
|
4386 |
13 years |
dpvc |
Added LaTeXMathML mode.
|
PGmorematrixmacros.pl
|
3314 |
14 years |
gage |
Fixed conceptual error in compare_vec_solution. This should fix bug
#670. In m... |
PGnumericalmacros.pl
|
4318 |
13 years |
gage |
Added rungeKutta4 method to PGnumericalmacros.pl Updated documentation on run... |
PGpolynomialmacros.pl
|
1115 |
16 years |
apizer |
Fixed error concerning variable $string.
Cleaned up how polynomials are displaye... |
PGsequentialmacros.pl
|
3400 |
14 years |
gage |
Made listVariables and listFormVariables synonyms for listing all variables avai... |
PGstatisticsmacros.pl
|
1710 |
15 years |
apizer |
fixed bug in call to Romberg routine. Romberg now requires parameters
of the fo... |
Parser.pl
|
3588 |
14 years |
dpvc |
Added a parserCustomization.pl file that is loaded whenever the
Parser.pl file i... |
StdConst.pg
|
1064 |
16 years |
gage |
Adding recent macro files to the pg collection
--Mike
|
StdUnits.pg
|
1064 |
16 years |
gage |
Adding recent macro files to the pg collection
--Mike
|
Value.pl
|
3466 |
14 years |
dpvc |
Added new Set object class to the Parser. It implements a finite set
of real nu... |
answerComposition.pl
|
2732 |
15 years |
dpvc |
This file provides an answer checker that determines whether two
students answer... |
answerCustom.pl
|
3297 |
14 years |
dpvc |
Fixed typos in comments.
|
answerVariableList.pl
|
4041 |
13 years |
dpvc |
A change to the way lists are processed in AnswerChecker.pm in
December (v1.75) ... |
contextABCD.pl
|
3334 |
14 years |
dpvc |
Updates to allow string matches to be case-insensitive. This is now
the default... |
contextIntegerFunctions.pl
|
3305 |
14 years |
jj |
New context which allows students to use C(n,r) and P(n,r) in their
answers. To... |
contextLimitedComplex.pl
|
3602 |
14 years |
dpvc |
Added "strict" versions of the limited complex contexts that don't
allow operati... |
contextLimitedNumeric.pl
|
3371 |
14 years |
dpvc |
Make error messages potentially localizable (by making them use
sprintf-style st... |
contextLimitedPoint.pl
|
3371 |
14 years |
dpvc |
Make error messages potentially localizable (by making them use
sprintf-style st... |
contextLimitedPolynomial.pl
|
4298 |
13 years |
dpvc |
Extended this context to handle multivariable polynomials. So you can
use thing... |
contextLimitedVector.pl
|
3371 |
14 years |
dpvc |
Make error messages potentially localizable (by making them use
sprintf-style st... |
contextString.pl
|
3503 |
14 years |
dpvc |
Fixed problem with call to $equation->Error (due to change in
error-handling tha... |
contextTF.pl
|
3334 |
14 years |
dpvc |
Updates to allow string matches to be case-insensitive. This is now
the default... |
dangerousMacros.pl
|
4386 |
13 years |
dpvc |
Added LaTeXMathML mode.
|
displayMacros.pl
|
2274 |
15 years |
sh002i |
got rid of remaining calls to "wwerror". Fixes bug #530.
|
extraAnswerEvaluators.pl
|
3870 |
13 years |
dpvc |
Added ability to specify variables that are part of the union/list
rather than r... |
parserCustomization.pl
|
3588 |
14 years |
dpvc |
Added a parserCustomization.pl file that is loaded whenever the
Parser.pl file i... |
parserDifferenceQuotient.pl
|
3971 |
13 years |
dpvc |
Forward port to HEAD (Prevent "unquoted dx may conflict with future
usage" messa... |
parserFunction.pl
|
3501 |
14 years |
dpvc |
Added differentiation of (single-variable) functions created with
parserFunction... |
parserImplicitEquation.pl
|
4385 |
13 years |
dpvc |
Report the objec type better in parser error messages.
|
parserImplicitPlane.pl
|
4385 |
13 years |
dpvc |
Report the objec type better in parser error messages.
|
parserMultiPart.pl
|
4424 |
13 years |
dpvc |
Check routine can now return an array rather than an array reference.
(This requ... |
parserNumberWithUnits.pl
|
2731 |
15 years |
dpvc |
This file defines a NumberWithUnits class for that provides an answer
checker fo... |
parserParametricLine.pl
|
4385 |
13 years |
dpvc |
Report the objec type better in parser error messages.
|
parserPopUp.pl
|
3723 |
14 years |
dpvc |
A new parser object that handles popup menus. Mainly this is so that
you can us... |
parserSolutionFor.pl
|
3371 |
14 years |
dpvc |
Make error messages potentially localizable (by making them use
sprintf-style st... |
parserVectorUtils.pl
|
2933 |
15 years |
dpvc |
Changed the order of variables in calls to Plane() so that it
corresponds to the... |