File:  [LON-CAPA] / loncom / html / adm / help / tex / Spreadsheet_Max_Depth_Exceeded.tex
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jul 22 21:08:18 2002 UTC (22 years, 1 month ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
.tex file checkins for credit at meeting and review if anybody wants to.

The ``Maximum Calculation Depth Exceeded'' erro can occur when you
reference other cells in calculations. For example, if you have: 

\texttt{G0 = Some_complicated_expression\\
 X0 = G0>2?1:0}

Try replacing \texttt{X0}'s contents with \texttt{[
(Some_complicated_expression) > 2]?1:0}. In other words, replace the
reference to \texttt{G0} with the actual contents of \texttt{G0}. That
might fix your error by removing one level of indirection that
LON-CAPA must process in order to compute the result.  

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