|
Section 4: Using HP-41C Functions58
|
|
Now, to compute the factorial of 6, key in the letters of the function name:
|
|
XEQ _
|
XEQ FACT _
|
720.0000
|
|
|
Let’s try another function. When you execute a function that requires
some input, such as FIX (which requires a number
from 0 through 9), the HP-41C will prompt for the input. (Note that
FIX may also be executed directly from the
keyboard.)
|
|
For example, set the calculator to FIX 6.
|
|
XEQ _ _
|
XEQ _
|
XEQ FIX _
|
FIX _
|
720.000000
|
|
|
Any function requiring input, such as the FIX function
shown above, is executed when you enter the last required digit.
FIX requires one digit, so it executes when that
digit is entered. Some other functions require two or three digits, and they are
executed when the final required digit is entered
|
|
Note that the contents of the ALPHA registers are not disturbed when
you execute a function from the display.
|