The Development Library 6-5
R~SB
Real to System binary conversions: This command converts a system binary to a real and a real to a system
binary.
Level 1 -> Level 1
Real -> System binary
integer -> System binary
System binary -> Real
SB~B
Binary integer to System binary conversions: This command converts a system binary to a binary integer and a
binary integer to a system binary.
Level 1 -> Level 1
Binary integer -> System binary
System binary -> Binary integer
LR~R
Long real to real: This command converts a long real to a real and a real to a long real.
Level 1 -> Level 1
Long real -> Real
Real -> Long real
LC~C
Long complex to complex: This command converts a long complex to a complex and a complex to a long
complex.
Level 1 -> Level 1
Long complex -> Complex
Complex -> Long complex
COMP→
Composite out: This is equivalent to the RPL LIST→ command, but it also works on Program and Symbolic
objects.
Level 1 -> Level n+1..2 Level 1
List/Program/Symbolic -> Objects n (real)
→ALG
Create symbolic: This is equivalent to the RPL →LIST command, but it creates a symbolic object.
Note: this command will also convert a program or a list in a symbolic object.
Level n+1..2 Level 1 -> Level 1
List/Program/Symbolic -> Symbolic
Objects real (n) -> Symbolic