manual

7
© 2007 TEXAS INSTRUMENTS INCORPORATED TI-34 MultiView: A Guide For Teachers 67
Math menu
Keys
1. d displays two submenus, MATH and
NUM, with various math functions. Some
functions require you to enter two values, real
numbers, or expressions that equal a real
number.
MATH menu:
lcm(n1, n2) Returns the least common
multiple (lcm) of two values, n1 and n2.
gcd(n1, n2) Returns the greatest common
divisor (gcd) of two values, n1 and n2.
x
3
Calculates the cube of x.
3
Ñ(x) Calculates the cube root of x.
NUM menu:
abs(x) Displays absolute value of x.
round(x , digits) Rounds x to specified
number of digits.
ipart(x) Returns only the integer of x.
fpart(x)
Returns only the fractional part of x.
min(x1, x2) Returns the minimum of two
values, x1 and x2 .
max(x1, x2) Returns the maximum of two
values, x1 and x2.
remainder(n1, n2): Returns the remainder
resulting from the division of two values, a
whole number (n1) divided by a positive whole
number (n2).
Notes
The example on the transparency master
assumes all default settings.
To use the functions, select the math
function from the menu, and then enter the
value.
%` must separate two values.
•Use E to close all functions.
1