Programming
483
STARTVIEW(8
), the second with
STARTVIEW(9
), and
so on.
You can also launch views that are not specific to an app
by specifying a value for
n
that is less than 0:
HomeScreen:-1
Home Modes:-2
Memory Manager:-3
Applications Library:-4
Matrix Catalog:-5
List Catalog:-6
Program Catalog:-7
Notes Catalog:-8
VIEW
Syntax:
VIEWS
("
string
"[,
program_name
])
Adds a view to the Views menu. When
string
is selected,
runs
program_name
.
Integer
BITAND
Syntax:
BITAND(int1, int2, … intn)
Returns the bitwise logical AND of the specified integers.
Example:
BITAND(20,13)
returns
4
.
BITNOT
Syntax:
BITNOT(int)
Returns the bitwise logical NOT of the specified integer.
Example:
BITNOT(47)
returns
549755813840
.
BITOR
Syntax:
BITOR(int1, int2, … intn)
Returns the bitwise logical OR of the specified integers.
Example:
BITAND(9,26)
returns
27
.
BITSL
Syntax:
BITSL(int1 [,int2])
Bitwise Shift Left. Takes one or two integers as input and
returns the result of shifting the bits in the first integer to the
left by the number places indicated by the second integer.
If there is no second integer, the bits are shifted to the left
by one place,
Examples:
BITSL(28,2)
returns
112
BITSL(5)
returns
10
.
Summary of Contents for NW280-200X
Page 1: ...HP Prime Graphing Calculator User Guide ...
Page 4: ......
Page 56: ...50 Reverse Polish Notation RPN ...
Page 64: ...58 Computer algebra system CAS ...
Page 107: ...An introduction to HP apps 101 ...
Page 108: ...102 An introduction to HP apps ...
Page 188: ...182 Spreadsheet these variables is provided in chapter 21 Variables beginning on page 373 ...
Page 220: ...214 Statistics 2Var app ...
Page 252: ...246 Linear Solver app ...
Page 258: ...252 Parametric app ...
Page 268: ...262 Sequence app ...
Page 404: ...398 Units and constants ...
Page 416: ...410 Lists ...
Page 442: ...436 Notes and Info ...
Page 532: ...526 Limiting functionality ...
Page 536: ...530 ...
Page 540: ...534 ...