Texas Instruments TI-80 User Manual - Page 58

MATH NUM (Number) Operations, NUM PRB, ROUND, IPART, REMAINDER

Page 58 highlights

MATH NUM (Number) Operations To display the MATH NUM menu, press I 9. When you select a menu item, the name is copied to the cursor location. Functions that are valid for lists return a list calculated on an element-by-element basis. MATH NUM Menu ROUND( MATH NUM PRB 1: ROUND( 2: IPART 3: FPART 4: INT 5: MIN( 6: MAX( 7: REMAINDER( Round. Integer part. Fractional part. Greatest integer. Minimum value. Maximum value. Remainder of a division result. ROUND( (MATH NUM, item 1) returns a number, expression, or list rounded to a specified number of decimals (9). If the number of decimals is omitted, the number is rounded to the digits that are displayed, a maximum of 10 digits. Round(value,#decimals) Round(value) ZPART FPART ZPART (integer part, MATH NUM, item 2) returns the integer part or parts of a number, expression, or list. FPART (fractional part, MATH NUM, item 3) returns the fractional part or parts of a number, expression, or list. ZPART value FPART value INT INT (greatest integer, MATH NUM, item 4) returns the largest integer less than or equal to a number, expression, or list. The value is the same as ZPART for nonnegative numbers and negative integers, but one integer less than ZPART for negative noninteger numbers. INT value 2-10 Math, Angle, and Test Operations

  • 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
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235

2-10
Math, Angle, and Test Operations
To display the MATH NUM menu, press
I
9
. When you select a menu item,
the name is copied to the cursor location. Functions that are valid for lists return
a list calculated on an element-by-element basis.
MATH
NUM PRB
1:ROUND(
Round.
2:IPART
Integer part.
3:FPART
Fractional part.
4:INT
Greatest integer.
5:MIN(
Minimum value.
6:MAX(
Maximum value.
7:REMAINDER(
Remainder of a division result.
ROUND(
(
MATH NUM
, item 1) returns a number, expression,
or list rounded to a specified number of decimals (
±
9). If the
number of decimals is omitted, the number is rounded to the
digits that are displayed, a maximum of 10 digits.
Round(
value
,
#decimals
)
Round(
value
)
Z
PART
(integer part,
MATH NUM
, item 2) returns the integer
part or parts of a number, expression, or list.
FPART
(fractional part,
MATH NUM
, item 3) returns the fractional
part or parts of a number, expression, or list.
Z
PART
value
FPART
value
INT
(greatest integer,
MATH NUM
, item 4) returns the largest
integer less than or equal to a number, expression, or list. The
value is the same as
Z
PART
for nonnegative numbers and
negative integers, but one integer less than
Z
PART
for negative
noninteger numbers.
INT
value
MATH NUM (Number) Operations
MATH NUM
Menu
ROUND(
Z
PART
FPART
INT