3-106 Full Command and Function Reference
MINR
Type: Function
Description: Minimum Real Function: Returns the symbolic constant MINR or its numerical representation,
1.00000000000E–499.
MINR is the smallest positive real number that can be represented by the hp49g+/hp48gII.
Access: !´L
CONSTANTS LMINR ( ´ is the left-shift of the Pkey).
Flags: Symbolic Constants (-2), Numerical Results (-3)
Input/Output:
Level 1/Argument 1 Level 1/Item 1
→
'MINR'
→
1.00000000000E–499
See also: e, i, MAXR, π
MINΣ
Type: Command
Description: Minimum Sigma Command: Finds the minimum coordinate value in each of the m columns of
the current statistics matrix (reserved variable ΣDAT).
The minima are returned as a vector of m real numbers, or as a single real number if m = 1.
Access: …µ
MINΣ
Input/Output:
Level 1/Argument 1 Level 1/Item 1
→
x
min
→
{ x
min
1
x
min
2
… x
min
m
}
See also: BINS, MAXΣ, MEAN, SDEV, TOT, VAR
MITM
Type: Command
Description: Multiple-equation Menu Item Order Command. Changes multiple equation menu titles and
order. The argument list contains the variable names in the order you want. Use "" to indicate a
blank label. You must include all variables in the original menu and no others.
Access: …µ
MITM
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
"title" { list }
→
See also: MINIT
MKISOM
CAS: Return the matrix representation for a given isometry.
MOD
Type: Function
Description: Modulo Function: Returns a remainder defined by: x mod y = x – y floor (x/y)
Mod (x, y) is periodic in x with period y. Mod (x, y) lies in the interval [0, y) for y > 0 and in (y, 0]
for y < 0.
Algebraic syntax: argument 1 MOD argument 2
Access: !´
REAL MOD ( ´ is the left-shift of the Pkey).
!ÞMODUL L MOD ( Þ is the left-shift of the 1key).