Parent Directory
|
Revision Log
remove huge license headers
1 DOCUMENT(); 2 3 # Load whatever macros you need for the problem 4 loadMacros("PG.pl", 5 "PGbasicmacros.pl", 6 "PGchoicemacros.pl", 7 "PGanswermacros.pl", 8 "PGauxiliaryFunctions.pl", 9 "PGgraphmacros.pl", 10 ); 11 12 ## Do NOT show partial correct answers 13 $showPartialCorrectAnswers = 0; 14 15 BEGIN_TEXT 16 $BR 17 18 19 Give 4 or 5 significant digits for (floating point) numerical answers. 20 For most problems when entering numerical answers, you can if you wish 21 enter elementary expressions such as \( 2\wedge3 \) instead of 8, \( sin(3*pi/2) 22 \)instead 23 of -1, \( e\wedge (ln(2)) \) instead of 2, 24 \( (2+tan(3))*(4-sin(5))\wedge6-7/8 \) instead of 27620.3413, etc. 25 26 Here's the 27 \{ 28 htmlLink(qq!http://webwork.math.rochester.edu/webwork_system_html/docs/docs/pglanguage/availablefunctions.html!,"list of the functions") \} 29 which WeBWorK understands. 30 $PAR 31 END_TEXT 32 33 ENDDOCUMENT();
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |