Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36386 > unrolled thread

Re: Calculate Big Number

Started byOscar Benjamin <oscar.j.benjamin@gmail.com>
First post2013-01-08 00:52 +0000
Last post2013-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.


Contents

  Re: Calculate Big Number Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-01-08 00:52 +0000

#36386 — Re: Calculate Big Number

FromOscar Benjamin <oscar.j.benjamin@gmail.com>
Date2013-01-08 00:52 +0000
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web