!
STR may have zero characters
!
STR can be up to 20 characters, maximum.
Request STR,VAR
!
STR may be empty.
!
The maximum length of STR depends on the length of the widest element
in LIST. If STR has 36 characters, LIST elements must have zero
characters. If STR has 0 characters, LIST elements may have up to 30
characters. Otherwise, the sum of the number of characters of STR and
the widest element of list must be less than or equal to 35.
!
LIST may not have any elements wider than 30 characters.
!
LIST may have a single empty string.
!
LIST may not have more than 2000 elements.
DropDown STR,LIST,VAR
!
Maximum length of Text string is 30 characters.
!
If a Dialog box contains Text functions, at least one must contain text.
Text
!
Maximum length of Title string is 50 characters
!
The Title string may be empty; Title ""
Title
Properties
Function
(Credit to Frank Westlake)
[9.9] Display all 14 significant digits
The TI89/92+ perform floating point calculations with 14 significant digits of resolution. However, you
cannot set the display mode format to show all these digits. The regression calculations, however, do
display all 14 digits.
You can see all 14 digits for a number in the history area, though - just return it to the command line.
For example, if the display mode is set to Float 12, then entering 'pi' will display
3.14159265359
but if you select it in the history area, it is shown in the command line as
3.1415926535898
Note that, in general, these 2 extra digits are probably not accurate or significant. Any computer or
calculator that performs floating point arithmetic includes one or two 'guard digits'. These digits are
used during calculations to eliminate or reduce round-off errors, especially during long calculation
sequences. That is why the 89/92+ use them during calculations, but do not normally let you display
them.
[9.10] Group fraction digits for easier reading
If you often work with numbers with many digits, it is tedious and tiresome to read the numbers and
copy them without making a mistake. These two routines help somewhat, by converting the number to
a string with spaces between the fractional digits. I show two routines:
grpfrc(x,f)
Is a function that returns x as a string, with groups of f digits. This routine
is best used in a program, for displaying results.
grpfrcan()
Shows the latest answer in the history display as a string with grouped fraction
digits. This routine is best used from the command line, to display the last
answer. The number of group fraction digits is fixed, but can be easily changed
9 - 10
Содержание TI-92+
Страница 52: ...Component side of PCB GraphLink I O connector detail 1 41...
Страница 53: ...LCD connector detail PCB switch side 1 42...
Страница 54: ...Key pad sheet contact side Key pad sheet key side 1 43...
Страница 55: ...Key cap detail 1 44...
Страница 57: ...Component side of PCB with shield removed A detail view of the intergrated circuits 1 46...
Страница 59: ...Keypad rubber sheet key cap side Inside front cover showing keycaps in place Detail of a key cap 1 48...
Страница 410: ...void extensionroutine2 void Credit to Bhuvanesh Bhatt 10 4...