Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43736
| References | <8e158cbe-4b81-476a-ac48-a0d967956277@googlegroups.com> <mailman.683.1366136461.3114.python-list@python.org> <516e3fed$0$29872$c3e8da3$5496439d@news.astraweb.com> |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | 2013-04-17 00:56 -0600 |
| Subject | Re: Missing decimals in the code - some suggestions? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.706.1366181823.3114.python-list@python.org> (permalink) |
On Wed, Apr 17, 2013 at 12:23 AM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > On Tue, 16 Apr 2013 12:20:18 -0600, Ian Kelly wrote: > >> This isn't a Python question. If you take a look at the csv file that >> you download from Yahoo, you will see that it only contains 2 digits of >> precision. There's no way to make Python print out 4 digits of >> precision when it is only provided with 2. > > Pish posh! It's easy to add extra precision. It's easy to add extra /digits/. Adding extra precision is much harder. ;-)
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Missing decimals in the code - some suggestions? hmjeltevik@gmail.com - 2013-04-16 11:02 -0700
Re: Missing decimals in the code - some suggestions? Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-16 12:20 -0600
Re: Missing decimals in the code - some suggestions? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-17 06:23 +0000
Re: Missing decimals in the code - some suggestions? Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-17 00:56 -0600
Re: Missing decimals in the code - some suggestions? MRAB <python@mrabarnett.plus.com> - 2013-04-16 19:35 +0100
Re: Missing decimals in the code - some suggestions? Terry Jan Reedy <tjreedy@udel.edu> - 2013-04-16 14:37 -0400
csiph-web