Texas Instruments TI-34 User Manual - Page 15

MATH submenu, NUM submenu, round, iPart, fPart, remainder - calculators

Page 15 highlights

MATH submenu: lcm(n1, n2) gcd(n1, n2) Finds the least common multiple (lcm) or greatest common divisor (gcd) of two values, n1 and n2, which are positive integers. n3 Calculates the cube of n. 3Ñ(n Calculates the cube root of n. NUM submenu: abs(n) Displays absolute value of n. round(n,digits) Rounds n to specified number of digits. iPart(n) fPart(n) Returns only the integer part (iPart) or fractional (decimal) part (fPart) of n. min(n1, n2) max(n1, n2) Returns the minimum (min) or maximum (max) of two values, n1 and n2. remainder(n1, n2) Returns the remainder resulting from the division of 2 values, n1 by n2. Examples abs d " 1 M 2 P 3 < round d " 2 g %` 3 E < iPart, fPart 3Ñn, n3 d " 3 23 8 45 E < d " 4 23 8 45 E < 2 d 3 < 15

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45

15
Examples
MATH submenu:
lcm(
n
1
,
n
2
)
gcd(
n
1
,
n
2
)
Finds the least common multiple (
lcm
) or
greatest common divisor (
gcd
) of two
values,
n
1
and
n
2
, which are positive
integers.
n
3
Calculates the cube of
n
.
3
Ñ
(
n
Calculates the cube root of
n
.
NUM submenu:
abs(
n
)
Displays absolute value of
n
.
round(
n,digits
)
Rounds
n
to specified number of
digits
.
iPart(
n
)
fPart(
n
)
Returns only the integer part (iPart) or
fractional (decimal) part (fPart) of
n
.
min(
n
1
,
n
2
)
max(
n
1
,
n
2
)
Returns the minimum
(min)
or maximum
(max)
of two values,
n
1
and
n
2
.
remainder(
n
1
,
n
2
)
Returns the remainder resulting from the
division of 2 values,
n
1
by
n
2
.
abs
d "
1
M
2
P
3
<
round
d "
2
g %`
3
E <
iPart, fPart
d "
3
23
8
45
E <
d "
4
23
8
45
E <
3
Ñ
n
,
n
3
2
d
3
<