Annotation of loncom/html/adm/help/tex/Numerical_Response_Format.tex, revision 1.2

1.2     ! bowersj2    1: \label{Numerical_Response_Format}
1.1       bowersj2    2: You can format the number displayed by the computer as the
                      3: answer. For instance, if the answer is one-third, the computer will display
                      4: that it computed {}``.333333333'' as the answer. If you'd like to shorten
                      5: that, you can use the \textbf{Format} field. Format strings like {}``2E''
                      6: (without the quotes) will display three significant digits in scientific
                      7: notation. Format strings like {}``2f'' will display two digits after the
                      8: decimal point.
                      9: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>