STATFIX
(STAT)(Distr)(P()
Results: Normalized variate (t): –0.762
P(t):0.223
Base-nCalculations (BASE-N)
Press (BASE-N) to enter the BASE-N Mode when you want to perform calculations using decimal, hexadecimal, binary, and/or octal values. The initial default number mode when you enter the BASE-N Mode is decimal, which means input and calculation results use the decimal number format. Press one of the following keys to switch number modes: 7(DEC) for decimal, (HEX) for hexadecimal, 5(BIN) for binary, or 2(OCT) for octal.
To enter the BASE-N Mode, switch to the binary mode, and calculate 112 + 12
(BASE-N)
5(BIN)
11 1
Continuing from above, switch to the hexadecimal mode and calculate 1F16 + 116
(HEX) 1 @(F)1
Continuing from above, switch to the octal mode and calculate 78 + 18
2(OCT) 7 1
Note: • Use the following keys to input the letters A through F for hexadecimal
values: (A), (B), @(C), Q(D), A(E), R(F). • In the BASE-N Mode, input of fractional (decimal) values and exponents is not supported. If a calculation result has a fractional part, it is cut off. • The input and output ranges is 16 bits for binary values, and 32 bits for other types of values. The following shows details about input and output ranges.
Base-nMode | Input/Output Ranges |
Positive: 0000000000000000 x 0111111111111111
Negative: 1000000000000000 x 1111111111111111
Positive: 00000000000 x 17777777777
Negative: 20000000000 x 37777777777
Decimal | –2147483648 x 2147483647 |
E-26