1A995 |
xNEG
|
( x → x' )
Negate Analytic Func
--
Changes the sign or negates an
object.
--
z → -z
#n1 → #n2
[ arr ] → [ -arr ]
'sym' → '-(sym )'
x_u → -x_u
grob1 → grob2
PICT1 → PICT2
--
Related: ABS,CONJ,NOT ,SIGN
|
1A2BC |
xNEWOB
|
( ob → ob )
New Object Cmd
--
Creates a new copy of the
specifiedfied object.
--
Related: MEM ,PURGE
|
2324C |
xNEXT
|
( → )
NEXT Cmd
--
Ends definite loop structures.
See the FOR and START command
entries for syntax information.
--
Related: FOR,START,STEP
|
1E88F |
xNOT
|
( x → x' )
NOT Cmd
--
Returns the one's complement or
the logical inverse of the argument.
--
#n1 → #n2
T/F → 0/1
"str1" → "str2"
'sym' → 'NOT sym'
--
Related: AND ,OR ,XOR
|
1FDA6 |
xNSIGMA
|
( → nrows )
Number of Rows Cmd
--
Returns the number of rows in the
current statistical matrix
(reserved variable ΣDAT).
--
<REF>TEXT:Reserved|ΣDAT
--
Related: ΣX ,ΣXY ,ΣX2 ,ΣY ,ΣY2
UserRPL: xNΣ
|
1CB46 |
xNUM
|
( $ → n )
Character Number Cmd
--
Returns the character code n for
the first character in the string.
--
Related: CHR,POS,REPL,SIZE ,SUB
|
1A5E4 |
x>NUM
|
( x → x' )
Evaluate to Number Cmd
--
Evaluates a symbolic argument
object and returns the numerical
result.
--
objsym → z
--
Related: →Q,→Qpi
UserRPL: x→NUM
|
1CF7B |
xOBJ>
|
( ob → ? )
Object to Stack Cmd
--
Separates an object into its
components onto the stack. For some
object types, the number of
composites is returned to level 1.
--
(x,y) → x y
{obj1 ... objn} → obj1 objn n
[x1 ... xn] → x1 xn {n}
[[x11 ... xm n]] → x11 xm n {m n}
"obj" → evaluated-obj
'sym' → obj1 ... objn n func
x_u → x 1_u
:tag:obj → obj "tag"
--
Related: ARRY→ ,C→R,DTAG,EQ→, R→C,STR→,→TAG
UserRPL: xOBJ→
|
1C5AA |
xOCT
|
( → )
Octal Mode Cmd
--
Selects octal base for binary
integer operations. (The default
base is decimal.)
--
Related: BIN,DEC,HEX,RCWS,STWS
|
1A31E |
xOFF
|
( → )
Off Cmd
--
Turns off the calculator.
--
Related: CONT,HALT ,KILL
|
1EE38 |
xOLDPRT
|
Old Printer Cmd
--
Modifies the remapping string in
the reserved variable PRTPAR so
that the extended character set
of the HP 48 matches that of the
HP 82240A Infrared Printer.
Not useful on the 49G.
|
21EB5 |
xOPENIO
|
( → )
Open I/O Port Cmd
--
Opens the serial port or the IR
port using the I/O parameters in
the reserved variable IOPAR.
--
<REF>TEXT:Reserved|IOPAR
--
Related: BUFLEN,CLOSEIO,SBRK,SRECV, STIME,XMIT
|
1E809 |
xOR
|
( x y → x' )
OR Func
--
Returns the logical OR of two
arguments.
--
#n1 #n2 → #n3
"str1" "str2" → "str3"
T/F1 T/F2 → 0/1
T/F 'sym' → 'T/F OR sym'
'sym' T/F → 'sym OR T/F'
'sym1' 'sym2' → 'sym1 OR sym2'
--
Related: AND ,NOT ,XOR
|
20FD9 |
xORDER
|
( {names} → )
Order Variables Cmd
--
Reorders the variables in the
current directory (shown in the
VAR menu) to the order specified.
--
Related: VARS
|
1FC29 |
xOVER
|
( 1 2 → 1 2 1 )
Over Cmd
--
Returns a copy to stack level 1
of the object in level 2.
--
Related: PICK ,ROLL ,ROLLD,ROT ,SWAP
|
1E6C1 |
xPARAMETRIC
|
( → )
Parametric Plot Type Cmd
--
Sets the plot type to PARAMETRIC .
--
Related: BAR ,CONTOUR,DIFFEQ,FUNCTION , GRIDMAP,HISTOGRAM ,PARSURFACE,PCONTOUR, POLAR ,SCATTER ,SLOPEFIELD,TRUTH , WIREFRAME,YSLICE
|
2202C |
xPARITY
|
( n → )
Parity Cmd
--
Sets the parity value in the
reserved variable IOPAR.
--
<REF>TEXT:Reserved|IOPAR
--
Related: BAUD,CKSM,TRANSIO
|
1A125 |
xPATH
|
( → {HOME dir1 .. dirn} )
Current Path Cmd
--
Returns a list specifying the
path to the current directory.
--
Related: CRDIR,HOME,PGDIR,UPDIR
|
1E201 |
xPDIM
|
( (xmin,ymin) (xmax,ymax) → )
( #width #height → )
PICT Dimension Cmd
--
Replaces PICT with a blank PICT
of the specified dimensions.
--
Related: PMAX,PMIN
|
1C236 |
xPERM
|
( n k → n' )
Permutations Func
--
Returns the number of possible
permutations of n items taken m
at a time.
--
n m → Pn,m
'symn' m → 'PERM(symn,m)'
n 'symm' → 'PERM(n,symm)'
'symn' 'symm' → 'PERM(symn,symm)'
--
Related: COMB,!
|
2123A |
xPGDIR
|
( name → )
Purge Directory Cmd
--
Purges the named directory
(whether empty or not).
--
Related: CLVAR,CRDIR,HOME,PATH,PURGE , UPDIR
|
1FC9A |
xPICK
|
( 1...n n → 1..n 1 )
Pick Object Cmd
--
Copies the contents of a specified
level to level 1.
--
Related: DUP ,DUPN,DUP2,OVER ,ROLL ,ROLLD, ROT ,SWAP
|
1E436 |
xPICT
|
( → PICT )
PICT Cmd
--
Puts the name PICT on the stack.
--
Related: GOR,GCOR,NEG,PICTURE,PVIEW , RCL,REPL,SIZE ,STO ,SUB
|
1E2BA |
xGRAPH
|
( → )
Picture Environment Cmd
--
Selects the Picture environment
(selects the graphics display and
activates the graphics cursor and
Picture menu).
--
Related: PVIEW ,TEXT,PIC
UserRPL: xPICTURE
|
1E36E |
xPIX?
|
( (x,y) → 1/0 )
( {#n #m} → 1/0 )
Pixel On? Cmd
--
Tests whether the specified pixel
in PICT is on; returns 1 (true)
if the pixel is on, and 0 (false)
if the pixel is off.
--
Related: PIXON ,PIXOFF
|
1E344 |
xPIXOFF
|
( (x,y) → )
( {#n #m} → )
Pixel Off Cmd
--
Turns off the pixel at the specified
coordinate in PICT.
--
Related: PIX?,PIXON
|
1E31A |
xPIXON
|
( (x,y) → )
( {#n #m} → )
Pixel On Cmd
--
Turns on the pixel at the
specified coordinate in PICT.
--
Related: PIX?,PIXOFF
|
220DD |
xPKT
|
( $data $type → $response )
Packet Cmd
--
Used to send command "packets"
(and receive requested data) to
a Kermit server.
--
Related: CLOSEIO,KERRM,SERVER
|
1E09E |
xPMAX
|
( (x,y) → )
PICT Maximum Cmd
--
Specifies (x,y) as the coordinates
at the upper right corner of
the display.
--
Related: PDIM,PMIN,XRNG,YRNG
|
1E07E |
xPMIN
|
( (x,y) → )
PICT Minimum Cmd
--
Specifies (x,y) as the coordinates
at the lower left corner of
the display.
--
Related: PDIM,PMAX,XRNG,YRNG
|
1CAB4 |
xPOS
|
( str substring → n/0 )
( {} ob → n/0 )
Position Cmd
--
Returns the position of a substring
within a string or the
position of an object within a
list.
--
Related: CHR,NUM,REPL,SIZE ,SUB
|
1EE53 |
xPR1
|
( ob → ob )
Print Level 1 Cmd
--
Prints an object in multiline
printer format.
--
Related: CR,DELAY,OLDPRT,PRTLCD,PRST, PRSTC,PRVAR
|
1FF7A |
xPREDV
|
( x → y )
Predicted y-Value Cmd
--
Returns the predicted dependent
variable value ydepend, based on
the independent-variable value
xindep, the currently selected
stat model, and the current
regression coefficients in the
reserved variable ΣPAR.
--
<REF>TEXT:Reserved|ΣPAR
--
Related: PREDX
|
1FFBA |
xPREDX
|
( y → x )
Predicted x-Value Cmd
--
Returns the predicted dependent
variable value xindepend, based
on the independent-variable value
ydepend, the currently selected
stat model, and the current
regression coefficients in the
reserved variable ΣPAR.
--
<REF>TEXT:Reserved|ΣPAR
--
Related: COLΣ ,CORR ,COV ,EXPFIT, ΣLINE,LINFIT,LOGFIT,LR, PREDY ,PWRFIT,XCOL ,YCOL
|
1FF9A |
xPREDY
|
( x → y )
Predicted y-Value Cmd
--
Returns the predicted dependent
variable value ydepend, based on
the independent-variable value
xindepend, the currently selected
stat model, and the current
regression coefficients in the
reserved variable ΣPAR.
--
<REF>TEXT:Reserved|ΣPAR
--
Related: COLΣ ,CORR ,COV ,EXPFIT, ΣLINE,LINFIT,LOGFIT,LR, PREDX ,PWRFIT,XCOL ,YCOL
|
1EF63 |
xPRLCD
|
( → )
Print LCD Cmd
--
Prints a pixel-by-pixel image of
the current display (excluding
the annunciators)
--
Related: CR,DELAY,OLDPRT,PRST,PRSTC, PRVAR,PR1
|
23824 |
xPROMPT
|
( $ → )
Prompt Cmd
--
Displays the contents of "prompt"
in the status area, and halts
program execution.
--
Related: CONT,DISP,FREEZE,HALT ,INFORM, INPUT,MSGBOX
|
1EE89 |
xPRST
|
( → )
Print Stack Cmd
--
Prints all objects in the stack,
starting with the object in the
highest level.
--
Related: CR,DELAY,OLDPRT,PRLCD,PRSTC, PRVAR,PR1
|
1EE6E |
xPRSTC
|
Print Stack (Compact) Cmd
--
Prints in compact form all objects
in the stack, starting with
the object in the highest level.
--
Related: PR,DELAY,OLDPRT,PRLCD,PRST, PRVAR,PR1
|
1EEBF |
xPRVAR
|
( name → )
( {names} → )
( :port:name → )
Print Variable Cmd
--
Searches the current directory
path or port for the specified
variables and prints the name and
contents of each variable.
--
Related: CP,DELAY,OLDPRT,PR1,PRLCD, PRST,PRSTC
|
20EFE |
xPURGE
|
( name → )
( {names} → )
( PICT → )
Purge Cmd
--
Purges the named variables or
empty subdirectories from the
current directory.
--
Related: CLEAR,CLVAR,NEWOB,PGDIR
|
1D407 |
xPUT
|
( ob pos obj → ob' )
ob = [] or [[]] or {} or name
pos = n or {n} or {n m}
Put Element Cmd
--
In the level 3 array or list, PUT
replaces with zput or objput the
object whose position is specified
in level 2; if the array or
list is unnamed, returns the new
array or list.
--
Related: GET,GETI,PUTI
|
1D5DF |
xPUTI
|
( ob pos obj → [] pos' )
ob = [] or [[]] or {} or name
pos = n or {n} or {n m}
Put and Increment Index Cmd
--
In the level 3 array or list,
replaces with zput or objput the
object whose position is specified
in level 2, returning the
new array or list and the next
position in that array or list.
--
Related: GET,GETI,PUT
|
211FC |
xPVARS
|
( nport → {} mem )
Port-Variables Cmd
--
Returns a list of the backup objects
(:nport:name) and the lib-
rary objects (:nport:nlibrary) in
the specified port. Also returns
the available memory size (if
RAM) or the memory type.
--
Related: VARS
|
1E2F0 |
xPVIEW
|
( (x,y) → )
( {#n #m} → )
PICT View Cmd
--
Displays PICT with the specified
coordinate at the upper left
corner of the graphics display.
--
Related: FREEZE,PICTURE,PICT,TEXT
|
20220 |
xPWRFIT
|
Power Curve Fit Cmd
--
Stores PWRFIT as the fifth parameter
in the reserved variable
ΣPAR, indicating that subsequent
executions of LR are to use the
power curve fitting model.
--
<REF>TEXT:Reserved|ΣPAR
--
Related: BESTFIT,EXPFIT,LINFIT, LOGFIT,LR
|
1E27A |
xPX>C
|
( {#m #n} → (x,y) )
Pixel to Complex Cmd
--
Converts the specified pixel
coordinates to user-unit
coordinates.
--
Related: C→PX
UserRPL: xPX→C
|
1F9C4 |
x->Q
|
( x → a/b )
To Quotient Cmd
--
Returns a rational form of the
argument.
--
x → 'a/b'
(x,y) → 'a/b+c/d*i
'sym1' → 'sym2'
--
Related: →Qπ,/
UserRPL: x→Q
|
1F9E9 |
x->QPI
|
( x → symb )
To Quotient Times π Cmd
--
Returns a rational form of the
argument, or a rational form of
the argument with π factored out,
whichever yields the smaller
denominator.
--
x → 'a/b*π'
x → 'a/b'
'sym1' → 'symb2'
(x,y) → 'a/b*π+c/d*π*i
(x,y) → 'a/b+c/d*i
--
Related: →Q,/,π
UserRPL: x→Qπ
|
20AB3 |
xQUAD
|
( symb var → symb' )
Solve Quadratic Equation Cmd
--
Solves an algebraic object symb
for the variable var, and
returns an expression symb'
representing the solution.
--
Related: COLCT,EXPAN ,ISOL,SHOW,SOLVE
|
1F500 |
xQUOTE
|
( ob → 'ob )
Quote Argument Func
--
Returns its argument unevaluated.
--
'sym' → 'sym'
obj → obj
--
Related: APPLY,|
|
1C3B4 |
xRAD
|
( → )
Radians Mode Cmd
--
Sets Radians angle mode.
--
Related: DEG,RAD
|
1C1B9 |
xRAND
|
( → x )
Random Number Cmd
--
Returns a pseudo-random number
generated using a seed value, and
updates the seed value.
--
Related: COMB,PERM,RDZ ,!
|
1FB5D |
xPREDIV
|
( x y → x/y )
Prefix Divide Func
--
Prefix form of / (divide) generated
by the Equation Writer Application.
--
z1 z2 → z1/z2
[arr] [[mat]] → [[arr×mat^-1]]
[arr] z → [arr/z]
z 'sym' → 'z/sym'
'sym' z → 'sym/z'
'sym1' 'sym2' → 'sym1/sym2'
#n1 n2 → #n3
n1 #n2 → #n3
#n1 #n2 → #n3
x_u1 y_u2 → (x/y)_u1/u2
x y_u → (x/y)_1/u
x_u y → (x/y)_u
'sym' x_u → 'sym/x_u'
x_u 'sym' → 'x_u/sym'
--
Related: /
UserRPL: xRATIO
|
1F133 |
xRCEQ
|
( → EQ )
Recall from EQ Cmd
--
Returns the unevaluated contents
of the reserved variable EQ from
the current directory.
--
<REF>TEXT:Reserved|EQ
--
Related: STEQ
|
20B40 |
xRCL
|
( var → x )
( :port:nlib → lib )
( :port:name → ob )
( :port:{path} → ob )
Recall Cmd
--
Returns the unevaluated contents
of a specified variable or plug
-in object.
--
Related: STO
|
19928 |
xRCLALARM
|
( n → {date time action rep} )
Recall Alarm Cmd
--
Recalls a specified alarm.
--
Related: DELALARM ,FINDALARM,STOALARM
|
1C619 |
xRCLF
|
( → {#s1 #u1 #s2 #u2} )
Recall Flags Cmd
--
Returns a list containing four 64
bit binary integers representing
the states of the 64 system and
user flags, respectively.
--
Related: STOF
|
22586 |
xRCLKEYS
|
( → {ob ... key ...} )
( → {S ob ... key ...} )
Recall Key Assignments Cmd
--
Returns the current user key
assignments. This includes an S
if the standard key definitions
are active (not suppressed) for
those keys without user key
assignments.
--
Related: ASN,DELKEYS,STOKEYS
|
211E1 |
xRCLMENU
|
( → x )
Recall Menu Number Cmd
--
Returns the menu number of the
currently displayed menu.
--
Related: MENU,TMENU
|
1FD46 |
xRCLSIGMA
|
( → [[]] )
Recall Sigma Cmd
--
Returns the current stat matrix
(the contents of reserved var
ΣDAT) from the current directory.
--
<REF>TEXT:Reserved|ΣDAT
--
Related: CLΣ,STOΣ,Σ+ ,Σ-
UserRPL: xRCLΣ
|
1C5FE |
xRCWS
|
( → n )
Recall Wordsize Cmd
--
Returns the current wordsize in
bits (1 through 64).
--
Related: BIN,DEC,HEX,OCT,STWS
|
1D0DF |
xRDM
|
( ob size → ob' )
( name size → )
ob= [] or [[]]
size = {n} or {n m}
Redimension Array Cmd
--
Rearranges the elements of the
argument according to the
specified dimensions.
--
Related: TRN
|
1C1D4 |
xRDZ
|
( x → )
Randomize Cmd
--
Uses a real number xseed as a
seed for the RAND command.
--
Related: COMB,PERM,RAND,!
|
1C7CA |
xRE
|
( (x,y) → x )
( [] → []' )
Real Part Func
--
Returns the real part of the
argument.
--
x → x
x_u → x
(x,y) → x
[ R-arr ] → [ R-arr ]
[ C-arr ] → [ R-arr ]
'sym' → 'RE(sym )'
--
Related: C→R,IM,R→C
|
21F62 |
xRECN
|
( name → )
( $name → )
Receive Renamed Object Cmd
--
Prepares the HP 48 to receive a
file from another Kermit device,
and to store the file in a
specified variable.
--
Related: BAUD,CKSM,CLOSEIO,FINISH, KERRM,KGET,PARITY,RECV,SEND, SERVER,TRANSIO
|
21F96 |
xRECV
|
( → )
Receive Object Cmd
--
Instructs the HP 48 to look for a
named file from another Kermit
device. The received file is
stored in a variable named by the
sender.
--
Related: BAUD,CKSM,FINISH,KGET,PARITY, RECN,SEND,SERVER,TRANSIO
|
2305D |
xREPEAT
|
( 1/0 → )
REPEAT Cmd
--
Starts loop clause in
WHILE ... REPEAT ... END
indefinite loop structure.
--
Related: END ,WHILE
|
1C8EA |
xREPL
|
( ob pos new → ob' )
ob= [[]] or [] or {} or $ or PICT
pos= N or {n m} or (n,m)
Replace Cmd
--
Replaces a portion of the level
3 target object with the level 1
object, beginning at a position
specified in level 2.
--
Related: CHR,GOR,GXOR,NUM,POS,SIZE ,SUB
|
1E126 |
xRES
|
( n_int → )
( #n_int → )
Resolution Cmd
--
Specifies the resolution of
mathematical and statistical plots,
where the resolution is the
interval between values of the
independent variable used to
generate the plots.
--
Related: BAR ,CONIC ,DIFFEQ,FUNCTION , GRIDMAP,HISTOGRAM ,PARAMETRIC ,PARSURFACE, PCONTOUR,POLAR ,SCATTER ,SLOPEFIELD, TRUTH ,WIREFRAME,YSLICE
|
2133C |
xRESTORE
|
( :port:name → )
( ob → )
Restore HOME Cmd
--
Replaces the current HOME directory
with the specified backup copy.
--
:nport:namebackup → obj
backup →
--
Related: ARCHIVE
|
1959B |
xRL
|
( # → #' )
Rotate Left Cmd
--
Rotates a binary integer one bit
to the left.
--
Related: RLB,RR,RRB
|
195BB |
xRLB
|
( # → #' )
Rotate Left Byte Cmd
--
Rotates a binary integer one byte
to the left.
--
Related: RL,RR,RRB
|
1BD55 |
xRND
|
( x n → x' )
Round Func
--
Rounds an object to a specified
number of decimal places or
significant digits, or to fit the
current display format.
--
z1 nrnd → z2
z 'symrnd' → 'RND(z,symrnd)'
'sym' nrnd → 'RND(symb,nrnd)'
'sym1' 'symrnd' → 'RND(sym1,symrnd)'
[arr1] nrnd → [arr2]
x_u nrnd → y_u
x_u 'symrnd' → 'RND(x_u,symrnd)'
--
Related: TRNC
|
1BF9E |
xRNRM
|
( [] → x )
Row Norm Cmd
--
Returns the row norm (infinity
norm) of its argument array.
--
Related: CNRM,CROSS,DET,DOT
|
1FCB5 |
xROLL
|
( 1...n n → 2...n 1 )
Roll Objects Cmd
--
Moves the contents of a specified
level to level 1, and rolls
upwards the portion of the stack
beneath the specified level.
--
Related: OVER ,PICK ,ROLLD,ROT ,SWAP
|
1FCD0 |
xROLLD
|
( n ... 1 n → 1 n...2 )
Roll Down Cmd
--
Moves the contents of level 1 to
a specified level, and rolls
downwards the portion of the
stack beneath the specified level
--
Related: OVER ,PICK ,ROLL ,ROT ,SWAP
|
1F16E |
xROOT
|
( prog/s var guess → x )
( prog/s var {guesses} → x )
Root-Finder Cmd
--
Returns a real number xroot that
is a value of the specified
variable var for which the
specified program or algebraic object
most nearly evaluates to zero or
a local extremum.
|
1FC0E |
xROT
|
( 1 2 3 → 2 3 1 )
Rotate Objects Cmd
--
Rotates the first three objects
on the stack, moving the object
in level 3 to level 1.
--
Related: OVER ,PICK ,ROLL ,ROLLD,SWAP ,UNROT
|
195DB |
xRR
|
( # → x' )
Rotate Right Cmd
--
Rotates a binary integer one bit
to the right.
--
Related: RL,RLB,RRB
|
195FB |
xRRB
|
( # → x' )
Rotate Right Byte Cmd
--
Rotates a binary integer one byte
to the right.
--
Related: RL,RLB,RR
|
1C03E |
xRSD
|
( [B] [[A]] [Z] → []' )
( [[B]] [[A]] [[Z]] → [[]]' )
Residual Cmd
--
Computes the residual B - AZ of
the arrays B, A, and Z.
|
20A7D |
xRULES
|
|
1969B |
xR>B
|
( x → # )
Real to Binary Cmd
--
Converts a positive real integer
to its binary integer equivalent.
--
Related: B→R
UserRPL: xR→B
|
1C79E |
xR>C
|
( x y → (x,y) )
( [X] [Y] → [ (x,y)] )
Real to Complex Cmd
--
Combines two real numbers or real
arrays into a single complex
number or array.
--
Related: C→R,IM,RE
UserRPL: xR→C
|
1BEF4 |
xR>D
|
( x → (180/π)x )
Radians to Degrees Func
--
Converts a real number expressed
in radians to its equivalent in
degrees.
--
x → (180/π)x
'sym' → 'R→D(sym )'
--
Related: D→R
UserRPL: xR→D
|
1E761 |
xSAME
|
( ob1 ob2 → 1/0 )
Display information about the makers of the
calculator.
Same Object Cmd
--
Compares two objects, and returns
a true result (1) if they are
identical, and a false result (0)
if they are not.
--
Related: TYPE ,==
|
220C2 |
xSBRK
|
( → )
Serial Break Cmd
--
Interrupts serial transmission or
reception.
--
Related: BUFLEN,SRECV,STIME,XMIT
|
1E1E1 |
xSCALE
|
( xs ys → )
Scale Plot Cmd
--
Adjusts the first two parameters
in PPAR, (xmin, ymin) and (xmax,
ymax), so that xscale and yscale
are the new plot horizontal and
vertical scales, and the center
point doesn't change.
--
<REF>TEXT:Reserved|PPAR
--
Related: AUTO ,CENTR,SCALEH,SCALEW
|
1E150 |
x*H
|
( xf → )
Multiply Height Cmd
--
Multiplies the vertical plot
scale by xfactor.
--
Related: AUTO ,SCALEW,YRING
UserRPL: xSCALEH
|
1E170 |
x*W
|
( yf → )
Multiply Width Cmd
--
Multiplies a plot's horizontal
scale by xfactor.
--
Related: AUTO ,SCALEH,YRING
UserRPL: xSCALEW
|
2018C |
xSCATRPLOT
|
( → )
Draw Scatter Plot Cmd
--
Draws a scatter plot of (x, y)
data points from the specified
columns of the current statistics
matrix (reserved variable ΣDAT).
--
Related: BARPLOT,PICTURE,HISTPLOT, PVIEW ,SCLΣ,XCOL ,YCOL
|
1E701 |
xSCATTER
|
Scatter Plot Type Cmd
--
Sets the plot type to SCATTER .
--
Related: BAR ,CONIC ,DIFFEQ,FUNCTION , GRIDMAP,HISTOGRAM ,PARAMETRIC ,PARSURFACE, PCONTOUR,POLAR ,SLOPEFIELD,TRUTH , WIREFRAME,YSLICE
|
1C41E |
xSCI
|
( n → )
Scientific Mode Cmd
--
Sets the number display format to
Scientific mode, which displays
one digit to the left of the
fraction mark and n significant
digits to the right.
--
Related: ENG ,FIX ,STD
|
200C4 |
xSCLSIGMA
|
( → )
Scale Sigma Cmd
--
Adjusts (xmin,ymin) and (xmax,
ymax) in PPAR so that a subsequent
scatter plot exactly fills
PICT.
--
<REF>TEXT:Reserved|PPAR
--
Related: AUTO ,SCATRPLOT
UserRPL: xSCLΣ
|
203CC |
xSCONJ
|
( name → )
Store Conjugate Cmd
--
Conjugates the contents of a
named object.
--
Related: CONJ,SINV,SNEG
|
1FECF |
xSDEV
|
( → xsdev )
( → [x1...xn] )
Standard Deviation Cmd
--
Calculates the sample standard
deviation of each of the m columns
of coordinate values in the
current stat matrix (reserved var
ΣDAT).
--
Related: MAXΣ ,MEAN ,MINΣ ,PSDEV, PVAR,TOT ,VAR
|
21EF0 |
xSEND
|
( name → )
( {names} → )
( {{old new}...} → )
Send Object Cmd
--
Sends a copy of the named object
to a Kermit device.
--
Related: BAUD,CLOSEIO,CKSM,FINISH, KERRM,KGET,PARITY,RECN, RECV,SERVER,TRANSIO
|
21FD1 |
xSERVER
|
( → )
Server Mode Cmd
--
Selects Kermit Server mode.
--
Related: BAUD,CKSM,FINISH,KERRM, KGET,PARITY,PKT,RECN,RECV, SEND,TRANSIO
|
1C274 |
xSF
|
( n → )
Set Flag Cmd
--
Sets a specified user or system
flag.
--
Related: CF,FC?,FC?C,FS?,FS?C
|
20AD3 |
xSHOW
|
( symb name → symb' )
( symb {names} → symb' )
Show Variable Cmd
--
Returns symb' which is equivalent
to symb except that all
implicit references to a variable
name are made explicit.
--
Related: COLCT,EXPAN ,ISOL,QUAD
|
1B32A |
xSIGN
|
( x → x' )
Sign Func
--
Returns the sign of a real number
argument, the sign of the numerical
part of a unit object argument,
or the unit vector in the
direction of a complex number
argument.
--
Related: ABS,MANT,XPON
|
1B4AC |
xSIN
|
( x → x' )
Sine Analytic Func
--
z → sin z
'sym' → 'SIN(sym )'
x_uangular → sin(x_uangular)
--
Related: ASIN,COS,TAN
|
1B5B7 |
xSINH
|
( x → x' )
Hyperbolic Sine Analytic Func
--
Returns the hyperbolic sine of
the argument.
--
z → sinh z
'sym' → 'SINH(sym )'
--
Related: ANUSH,COSH,TANH
|
202CE |
xSINV
|
( name → )
Store Inverse Cmd
--
Replaces the contents of the
named variable with its inverse.
--
Related: INV,SCONJ,SNEG
|
1C9B8 |
xSIZE
|
( ob → n )
( ob → {N m} )
( ob → #nw #nh )
Size Cmd
--
Returns the number of characters
in a string, the number of elements
in a list, the dimensions
of an array, the number of objects
in a unit object or algebraic
object, or the dimensions of a
graphics object.
--
"str" → n
{ list } → n
[ vector ] → { n }
[[ mat ]] → { n m }
'sym' → n
grob → #nwidth #mheight
PICT → #nwidth #mheight
x_u → n
--
Related: CHR,NUM,POS,REPL,SUB
|
1961B |
xSL
|
( # → #' )
Shift Left Cmd
--
Shifts a binary integer one bit
to the left.
--
Related: ASR,SLB,SR,SRB
|
1963B |
xSLB
|
( # → #' )
Shift Left Byte Cmd
--
Shifts a binary integer one byte
to the left.
--
Related: ASR,SL,SR,SRB
|
2034D |
xSNEG
|
( name → )
Store Negate Cmd
--
Replaces the contents of a variable
with its negative.
--
Related: NEG,SCONJ,SINV
|
1B426 |
xSQ
|
( x → x' )
Square Analytic Func
--
Returns the square of the argument.
--
z → z2
x_u → x2_u2
[[ mat ]] → [[ mat × mat ]]
'sym' → 'SQ(sym )'
--
Related: √,^
|
1965B |
xSR
|
( # → #' )
Shift Right Cmd
--
Shifts a binary integer one bit
to the right.
--
Related: ASR,SL,SLB,SRB
|
1967B |
xSRB
|
( # → #' )
Shift Right Byte Cmd
--
Shifts a binary integer one byte
to the right.
--
Related: ASR,SL,SLB,SR
|
21E95 |
xSRECV
|
( n → $ 0/1 )
Serial Receive Cmd
--
Reads up to n characters from the
serial input buffer and returns
them as a string, along with a
digit indicating whether errors
occurred.
--
Related: BUFFLEN,CLOSEIO,OPENIO, SBRK,STIME,XMIT
|
23103 |
xSTART
|
( start finish → )
START Definite Loop Structure Cmd
--
START xstart xfinish →
NEXT xstart xfinish →
STEP xincrement →
STEP 'symbincrement' →
--
Related: FOR,NEXT,STEP
|
1C486 |
xSTD
|
( → )
Standard Mode Cmd
--
Sets the number display format
to Standard mode.
--
Related: ENG ,FIX ,SCI
|
23380 |
xSTEP
|
( n → )
( symb → )
STEP Cmd
--
Defines the increment (step) value,
and ends definite loop struct
See the FOR and START command
entries for syntax information.
--
Related: FOR,BEXT,START
|
1F14E |
xSTEQ
|
( ob → )
Store in EQ Cmd
--
Stores an object into the reserved
variable EQ in the current
directory.
--
<REF>TEXT:Reserved|EQ
--
Related: RCEQ
|
220A2 |
xSTIME
|
( x/0 → )
Serial Time-Out Cmd
--
Specifies the period that SRECV
(serial reception) and XMIT
(serial transmission) wait before
timing out.
--
Related: BUFLEN,CLOSEIO,SBRK,SRECV,XMIT
|
20CCD |
xSTO
|
( ob name → )
( ob :port:name → )
( lib port → )
( bup port → )
( ob 'name(i)' → )
Store Cmd
--
Stores an object into a specified
variable or object.
--
Related: DEFINE,RCL,→
|
20538 |
xSTO-
|
( ob name → )
( name ob → )
Store Minus Cmd
--
Calculates the difference between
a number (or other object) and
the contents of a specified
variable, and stores the new
value to the specified variable.
--
Related: STO+,STO*,STO/,-
|
20753 |
xSTO*
|
( ob name → )
( name ob → )
Store Times Cmd
--
Multiplies the contents of a
specified variable by a number or
other object.
--
Related: STO+,STO-,STO/,*
|
2060C |
xSTO/
|
( ob name → )
( name ob → )
Store Divide Cmd
--
Calculates the quotient of a number
(or other object) and the
contents of a specified variable,
and stores the new value to the
specified variable.
--
Related: STO+,STO-,STO*,/
|
2044B |
xSTO+
|
( ob name → )
( name ob → )
Store Plus Cmd
--
Adds a number or other object to
the contents of a specified variable.
--
Related: STO-,STO*,STO/,+
|
198FE |
xSTOALARM
|
( time → n )
( {date time act rep} → n )
Store Alarm Cmd
--
Stores an alarm in the system
alarm list and returns its alarm
index number. act and rep arguments are
optional.
--
Related: DELALARM ,FINDALARM,RCLALARM
|
1C67F |
xSTOF
|
( {#s1 #u1 #s2 #u2} → )
Store Flags Cmd
--
Sets the states of the system
flags or the system and user
flags.
--
Related: RCLF,STWS,RCWS
|
22514 |
xSTOKEYS
|
( {ob key ...} → )
( {'S' ob key ...} → )
( 'S' → )
Store Key Assignments Cmd
--
Defines multiple keys on the user
keyboard by assigning objects to
specified keys.
--
Related: ASN,DELKEYS,RCLKEYS
|
1FD0B |
xSTOSIGMA
|
( ob → )
Store Sigma Cmd
--
Stores obj in the reserved
variable ΣDAT.
--
Related: CLΣ,RCLΣ,Σ+ ,Σ-
UserRPL: xSTOΣ
|
1CB26 |
xSTR>
|
( $ → ob )
Evaluate String Cmd
--
Evaluates the text of a string as
if the text were entered from the
command line.
--
Related: ARRY→ ,DTAG,EQ→,LIST→, OBJ→,→STR
UserRPL: xSTR→
|
1CB0B |
x>STR
|
( ob → $ )
Object to String Cmd
--
Converts any object to string
form.
--
Related: →ARRY ,→LIST,STR→, →TAG,→UNIT
UserRPL: x→STR
|
1C5C5 |
xSTWS
|
( n → )
( #n → )
Set Wordsize Cmd
--
Sets the current binary integer
wordsize to n bits, where n is a
value from 1 through 64 (the
default is 64).
--
Related: BIN,DEC,HEX,OCT,RCWS
|
1C85C |
xSUB
|
( ob start end → ob' )
ob= [[]], $, {}, grob, PICT
start,end = n, {n m}, (n,m)
Subset Cmd
--
Returns the portion of a string
or list defined by specified
positions, or returns the
rectangular portion of a graphics object
or PICT defined by two corner
pixel coordinates.
--
Related: CHR,GOR,GXOR,NUM,POS,REPL,SIZE
|
1FBBD |
xSWAP
|
( ob1 ob2 → ob2 ob1 )
Swap Objects Cmd
--
Interchanges the first two
objects on the stack.
--
Related:
DUP ,DUPN,DUP2,OVER ,PICK ,ROLL ,ROLLD,ROT
|
1A52E |
xSYSEVAL
|
( # → ? )
Evaluate System Object Cmd
--
Evaluates unnamed operating system
objects specified by their
memory addresses.
--
Related: EVAL ,LIBEVAL,FLASHEVAL
|