Reference Guide

Full Command and Function Reference 3-147
108-113
EXLR LNAME ADDTMOD SUBTMOD MULTMOD DIVMOD
114-119
DIV2MOD POWMOD INVMOD GCDMOD EXPANDMOD
FACTORMOD
120-125
RREFMOD MODSTO MENUXY KEYEVAL GROBADD SCROLL
126-131
CASCFG MAIN ALGB CMPLX TRIGO MATR
132-137
DIFF ARIT SOLVER EXP&LN EPSX0 ?
138-140
PROMPTSTO VER
Example: Display a menu containing ATAN2S, ASIN2T, ASIN2C and ACOS2S.
Command: MENUXY(34,37)
Result: The four functions are displayed above the A to D keys. In Algebraic mode, NOVAL is
returned as item 1.
See also: MENU, TMENU
MERGE
Type: Command
Description: Do not use this command, a carry-over from the HP 48SX for handling plug-in RAM cards.
Access: …µ
MERGE
MIN
Type: Function
Description: Minimum Function: Returns the lesser of two inputs.
Access:
REAL MIN
( ´ is the left-shift of the Pkey).
Flags: Numerical Results (–3)
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
x
y
min(x,y)
x
'symb'
'MIN(x, symb)'
'symb'
x
'MIN(symb, x)'
'symb
1
'
'symb
2
'
'MIN(symb
1
, symb
2
)'
x_unit
1
y_unit
2
min(x_unit
1
, y_unit
2
)
Example 1:
10 23 MIN
returns
10
.
Example 2:
-10 -23 MIN
returns
-23
.
Example 3:
1_m 9_cm MIN
returns
9_cm
.
See also: MAX
MINEHUNT
Type: Command
Description: Starts the MINEHUNT game.
In this game, you are standing in the upper-left corner of an 8x16 battlefield grid. Your mission is
to travel safely to the lower-right corner, avoiding invisible mines along the way. The game tells
you how many mines are under the eight squares adjacent to your position.