Texas Instruments TI-36X Pro User Manual - Page 20

Number functions - absolute value

Page 20 highlights

Number functions d NUM d " displays the NUM menu: 1: abs( 2: round( 3: iPart( 4: fPart( 5: int( 6: min( 7: max( 8: mod( Absolute value Rounded value Integer part of a number Fractional part of a number Greatest integer that is  the number Minimum of two numbers Maximum of two numbers Modulo (remainder of first number P second number) Examples abs( d " 1 M % b 5 < round( iPart( fPart( int( d " 2 1.245 % ` 1 5 < 4.9 L z < d "3 z ) < d "4 z ) V 3 < d "5 M 5.6 ) < min( d "6 max( 4 % `M5 ) < d "7 .6 % ` .7 ) < 20

  • 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
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78

20
Number functions
d
NUM
d
"
displays the
NUM
menu:
Examples
1: abs(
Absolute value
2: round(
Rounded value
3: iPart(
Integer part of a number
4: fPart(
Fractional part of a number
5: int(
Greatest integer that is
the number
6: min(
Minimum of two numbers
7: max(
Maximum of two numbers
8: mod(
Modulo (remainder of first number
P
second
number)
abs(
d
"
1
M %
b
5
<
round(
d
"
2
1.245
%`
1
)
<
## <
!!!!!
5
<
iPart(
fPart(
4.9
L
z <
d
"
3
z
)
<
d
"
4
z
)
V
3
<
int(
d
"
5
M
5.6
)
<
min(
max(
d
"
6
4
% `M
5
)
<
d
"
7
.6
%`
.7
)
<