Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36386 > unrolled thread
| Started by | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
|---|---|
| First post | 2013-01-08 00:52 +0000 |
| Last post | 2013-01-08 00:52 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Calculate Big Number Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-01-08 00:52 +0000
| From | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
|---|---|
| Date | 2013-01-08 00:52 +0000 |
| Subject | Re: Calculate Big Number |
| Message-ID | <mailman.245.1357606362.2939.python-list@python.org> |
On 8 January 2013 00:44, Nac Temha <naccttemha@gmail.com> wrote: > Hello, > How to quickly calculate large numbers. For example >>>> (10**25) * (2**50) > 11258999068426240000000000000000000000000L I just tested that line in the interpreter and it ran so quickly it seemed instantaneous (maybe my computer is faster than yours). Perhaps you could provide more of an explanation about what isn't fast enough and why? Oscar
Back to top | Article view | comp.lang.python
csiph-web