TI-92 Help -- When
Functions like

can be defined using the TI-92 when construction as shown in the
screen below.
The form of the when construction is
when(condition, if_clause, else_clause)
Notice it has three arguments
- condition -- The condition determines which of two
computations is used.
- if_clause -- The if_clause clause is used when the
condition is true.
- else_clause -- The else_clause clause is used when the
condition is false.
Functions with more than two clauses
can be defined by nesting whens as shown in the screen below.
Copyright c 1995 by
Frank Wattenberg, Department of Mathematics, Carroll College,
Helena, MT 59625