Texas Instruments TI-86 User Manual

Page 320

Advertising
background image

308

Chapter 20: A to Z Function and Instruction Reference

20ATOZ.DOC TI-86, Chap 20, US English Bob Fedorisko Revised: 02/13/01 2:42 PM Printed: 02/13/01 3:05 PM Page 308 of 118

Input

Pauses a program, displays the graph screen, and lets
the user update

x

and

y

(or

r

and

q in

PolarGC

graph

format) by moving the free-moving cursor. To resume
the program, press b.

Program segment in

RectGC

graph format:

©

:Input
:Disp x,y

©

Input "CBLGET",

variable

Receives list data sent from a CBL or CBR System and
stores it to variable on the TI

N86. Use this

"CBLGET"

syntax for both CBL and CBR.

You can receive data also by using

Get(

as described on

page 299.

Input "CBLGET",L1 b

Done

int

MATH NUM menu

int

number

or

int (

expression

)

Returns the largest integer

 number or expression. The

argument can be real or complex.

For a negative non-integer,

int

returns the integer that is

one less than the integer part of the number. To return
the exact integer part, use

iPart

instead.

int 23.45 b

23

int

L

23.45 b

L

24

int

list

int

matrix

int

vector

Returns a list, matrix, or vector in which each element
is the largest integer less than or equal to the
corresponding element in the specified argument.

[[1.25,

L

23.45][

L

99,47.15]]¶MAT

b

[[1.25

L

23.45]

[

L

99 47.15 ]]

int MAT b

[[1

L

24]

[

L

99 47 ]]

Advertising