From: Arnie P. v. a. <we...@ma...> - 2009-11-07 21:31:44
|
Log Message: ----------- Use http://webwork.maa.org/wiki/Mathematical_notation_recognized_by_WeBWorK for list of functions rather than the broken link to webwork.math.rocgester.edu Modified Files: -------------- webwork2/courses.dist/modelCourse/templates/set0: prob1.pg Revision Data ------------- Index: prob1.pg =================================================================== RCS file: /webwork/cvs/system/webwork2/courses.dist/modelCourse/templates/set0/prob1.pg,v retrieving revision 1.1 retrieving revision 1.2 diff -Lcourses.dist/modelCourse/templates/set0/prob1.pg -Lcourses.dist/modelCourse/templates/set0/prob1.pg -u -r1.1 -r1.2 --- courses.dist/modelCourse/templates/set0/prob1.pg +++ courses.dist/modelCourse/templates/set0/prob1.pg @@ -68,7 +68,7 @@ can be indicated by either a "caret" or **). Try it.$BR \( \sin(\pi/4) = \) \{ ans_rule(20) \}$PAR Here's the -\{ htmlLink(qq!http://webwork.math.rochester.edu/webwork_system_html/docs/docs/pglanguage/availablefunctions.html!,"list of the functions") \} +\{ htmlLink(qq!http://webwork.maa.org/wiki/Mathematical_notation_recognized_by_WeBWorK!,"list of the functions") \} which WeBWorK understands. WeBWorK ALWAYS uses radian mode for trig functions. $PAR |