File:  [LON-CAPA] / loncom / html / adm / help / tex / Numerical_Response_Format.tex
Revision 1.4: download - view: text, annotated - select for diffs
Fri Jul 5 18:30:40 2013 UTC (11 years, 2 months ago) by lira
Branches: MAIN
CVS tags: HEAD
cleanup and formatting with a few clarifications

\label{Numerical_Response_Format}
You can format the number displayed by the computer as the
answer. For instance, if the answer is one-third, the computer will display
that it computed {}``.333333333'' as the answer. If you'd like to shorten
that, you can use the \textbf{Format} field. Format strings like {}``2E''
(without the quotes) will display three significant digits in scientific
notation. Format strings like {}``2f'' will display two digits after the
decimal point. Format strings like {}``2s'' will round a number to 
2 significant digits. For a summary of numerical format statements, see the 
\texttt{num} tag section \ref{Authoring_Output_Tags}.


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