© 1999 T
EXAS
I
NSTRUMENTS
I
NCORPORATED
TI
-
34
Û
: A Guide for Teachers
A-3
Quick Reference to Keys
(Continued)
A
Key
Function
%~
Displays a menu of four display mode settings that determine how
fraction results are displayed:
A
−
b/c displays mixed number results.
d/e (default) displays fraction results.
Manual (default) displays unsimplified fractions.
Auto displays fraction results that are simplified in lowest terms.
%
f
Lets you insert a character at the cursor.
%Y
Divides two positive integers and displays the quotient, Q, and the
remainder, R. (Only the quotient is stored to ANS.)
%A
Displays a menu of all log functions:
log
Calculates the logarithm to base 10
10^
Calculates the common antilogarithm (10 to the given power)
ln
Calculates the natural logarithm (base e, where
e=2.718281828459)
e^
Raises e to the given power
%d
Displays a menu with various math functions:
abs(#)
Displays absolute value of #.
Round(#,digits) Rounds # to specified number of digits.
iPart(#)
Returns only the integer part (iPart) or
fPart(#)
fractional part (fPart) of #.
Min(#
1
, #
2
)
Returns the minimum (min) or
Max(#
1
, #
2
)
maximum (max) of two values, #
1
and #
2
.
lcm(#
1
, #
2
)
Finds the least common multiple (lcm) of two
values, X
1
and X
2
.
gcd(#
1
, #
2
)
Finds the greatest common divisor (gcd) of
two values, X
1
and X
2
.
#
3
Calculates the cube of #.
3
È
#
Calculates the cube root of #.
remainder(#
1
,#
2
) Returns the remainder resulting from the
division of two values, #
1
by #
2
.