| To: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
|---|---|
| Subject: | Re: double to string???? |
| From: | Harrie Westphal <harriew@frontiernet.net> |
| Date: | Mon, 30 Jun 2008 13:43:16 -0500 |
| Authentication-results: | mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com |
| Delivered-to: | listarchive@realsoftware.com |
| In-reply-to: | <C48EF1BB.4EB29%markus_winter@online.de> |
| References: | <C48EF1BB.4EB29%markus_winter@online.de> |
| Reply-to: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
| Sender: | realbasic-nug-bounces@lists.realsoftware.com |
On Jun 30, 2008, at 1:25 PM, Markus Winter wrote: v as double v = 12345678901234567890.1234567890 EF1.text = Format(v,"- #########################################################.############ ##########################################") produces 12345678901234567168. Markus, a double only offers, I believe, 17 digits of accuracy. You have exceeded that by a long shot. To handle a number like that would require a double double, a 16 byte double I believe. There is someone who offers an RB package that gives you basically unlimited number sizes as well as a ton of other mathematics but I cannot remember the authors name or the name of the package that he offers. I am sure someone else will remember. === A Mac addict in Tennessee === _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: double to string????, Markus Winter |
|---|---|
| Next by Date: | Re: double to string????, Markus Winter |
| Previous by Thread: | Re: double to string????, Markus Winter |
| Next by Thread: | Re: double to string????, Markus Winter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |