Root(); Rotate - Texas Instruments TI-NSPIRE Reference Manual

Ti ti-nspire: reference guide
Hide thumbs Also See for TI-NSPIRE:
Table of Contents

Advertisement

right()
,
sourceString
Num
right(
[
Returns the rightmost Num characters contained in character string
sourceString.
If you omit Num, returns all of sourceString.
Comparison
expression
right(
)
Returns the right side of an equation or inequality.

root()

Value
root
root(
)
Value1
Value2
root(
,
)
Value
returns the square root of Value.
root(
)
Value1
Value2
returns the Value2 root of Value1. Value1
root(
,
)
can be a real or complex floating point constant or an integer or
complex rational constant.
See also
Note:
Nth root template

rotate()

Integer1
#ofRotations
rotate(
[,
Rotates the bits in a binary integer. You can enter Integer1 in any
number base; it is converted automatically to a signed, 64-bit binary
form. If the magnitude of Integer1 is too large for this form, a
symmetric modulo operation brings it within the range.
If #ofRotations is positive, the rotation is to the left. If #ofRotations
is negative, the rotation is to the right. The default is
one bit).
For example, in a right rotation:
Each bit rotates right.
0b00000000000001111010110000110101
Rightmost bit rotates to leftmost.
produces:
0b10000000000000111101011000011010
The result is displayed according to the Base mode.
List1
#ofRotations
rotate(
[,
Returns a copy of List1 rotated right or left by #of Rotations
elements. Does not alter List1.
If #ofRotations is positive, the rotation is to the left. If #of Rotations
is negative, the rotation is to the right. The default is
one element).
String1
#ofRotations
rotate(
[,
Returns a copy of String1 rotated right or left by #ofRotations
characters. Does not alter String1.
If #ofRotations is positive, the rotation is to the left. If #ofRotations
is negative, the rotation is to the right. The default is
one character).
TI-Nspire™ Reference Guide
string
])
root
, page 1.
integer
])
ë
1 (rotate right
list
])
ë
1 (rotate right
string
])
ë
1 (rotate right
In Bin base mode:
To see the entire result, press
move the cursor.
In Hex base mode:
Important: To enter a binary or hexadecimal number, always
use the 0b or 0h prefix (zero, not the letter O).
In Dec base mode:
Catalog >
Catalog >
Catalog >
£
¡
¢
and then use
and
to
67

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ns/clm/1l1/b - nspire math and science handheld graphing calculatorTi-nspire

Table of Contents