| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork-modperl/conf/snippets/screenSetHeader.pg,v 1.3 2003/12/09 01:12:29 sh002i Exp $ |
4 | # $CVSHeader: webwork-modperl/conf/snippets/setHeader.pg,v 1.4 2004/02/12 14:33:07 gage Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 38 | $HR |
38 | $HR |
| 39 | END_TEXT |
39 | END_TEXT |
| 40 | BEGIN_TEXT |
40 | BEGIN_TEXT |
| 41 | |
41 | |
| 42 | |
42 | |
| 43 | Give 4 or 5 significant digits for (floating point) numerical answers.For most |
43 | Give 4 or 5 significant digits for (floating point) numerical answers. |
| 44 | problems when entering numerical answers, you can if you wish enter elementary |
44 | For most problems when entering numerical answers, you can if you wish |
| 45 | expressions such as 2^3 instead of 8, sin(3pi/2) instead of -1, e^(ln(2)) |
45 | enter elementary expressions such as \( 2\wedge3 \) instead of 8, \( sin(3*pi/2) |
|
|
46 | \)instead |
|
|
47 | of -1, \( e\wedge (ln(2)) \) instead of 2, |
| 46 | instead of 2, (2+tan(3))*(4-sin(5))^6-7/8 instead of 27620.3413, etc. Here's |
48 | \( (2+tan(3))*(4-sin(5))\wedge6-7/8 \) instead of 27620.3413, etc. |
| 47 | the |
49 | |
|
|
50 | Here's the |
|
|
51 | \{ |
| 48 | \{ htmlLink(qq!http://webwork.math.rochester.edu/webwork_system_html/docs/docs/pglanguage/availablefunctions.html!,"list of the functions") \} |
52 | htmlLink(qq!http://webwork.math.rochester.edu/webwork_system_html/docs/docs/pglanguage/availablefunctions.html!,"list of the functions") \} |
| 49 | which WeBWorK understands. |
53 | which WeBWorK understands. |
| 50 | |
54 | |
| 51 | $PAR |
55 | $PAR |
| 52 | END_TEXT |
56 | END_TEXT |
| 53 | |
57 | |