How do you set to Double Precision mode for 34S?
|
01-16-2017, 02:10 AM
Post: #1
|
|||
|
|||
How do you set to Double Precision mode for 34S?
How do you set the 34S to Double Precision mode...I know its probably in the documentation, but cant seem to find it.
|
|||
01-16-2017, 03:35 AM
Post: #2
|
|||
|
|||
RE: How do you set to Double Precision mode for 34S?
In the MODE catalogue. Press D and you'll get to DBLOFF, you want DBLON which is immediately below.
Pauli |
|||
01-16-2017, 04:15 AM
Post: #3
|
|||
|
|||
RE: How do you set to Double Precision mode for 34S? | |||
01-16-2017, 06:46 AM
Post: #4
|
|||
|
|||
RE: How do you set to Double Precision mode for 34S? | |||
01-16-2017, 08:25 AM
Post: #5
|
|||
|
|||
RE: How do you set to Double Precision mode for 34S?
Perhaps you need the manual
- Pauli |
|||
01-16-2017, 04:49 PM
Post: #6
|
|||
|
|||
RE: How do you set to Double Precision mode for 34S?
BTW there is no way to programmatically displays the 18 trailing digits in DP mode?
|
|||
01-16-2017, 09:37 PM
Post: #7
|
|||
|
|||
RE: How do you set to Double Precision mode for 34S?
I'm sure a program could be written to display the extra digits:
To get the second 12 digits: set round to zero mode, round to 12 digits, subtract from the original number. Do this again to get the final 10 digits. Pauli |
|||
01-17-2017, 08:36 PM
(This post was last modified: 01-17-2017 08:55 PM by Dieter.)
Post: #8
|
|||
|
|||
RE: How do you set to Double Precision mode for 34S?
(01-16-2017 09:37 PM)Paul Dale Wrote: To get the second 12 digits: "Round to zero" is round mode 4, i.e. truncation (instead of the standard mode 0 that rounds to even). The round mode is set by the RM command which is part of the MODE menu. (01-16-2017 09:37 PM)Paul Dale Wrote: round to 12 digits, Round to 12 significant digits. This is accomplished by the RSD command that can be found in the X.FCN menu. (01-16-2017 09:37 PM)Paul Dale Wrote: subtract from the original number. Yes. ;-) So all in all it's a procedure like this: Code: RM 4 // set round mode to truncation Dieter |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)