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


Groups > comp.lang.python > #36384

Calculate Big Number

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <naccttemha@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.104
X-Spam-Level *
X-Spam-Evidence '*H*': 0.79; '*S*': 0.00; 'skip:1 40': 0.16; 'subject:Big': 0.16; '>>>': 0.18; 'example': 0.23; 'message- id:@mail.gmail.com': 0.27; '8bit%:5': 0.29; 'skip:( 40': 0.30; 'quickly': 0.32; 'subject:Number': 0.33; 'to:addr:python-list': 0.33; 'skip:& 20': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'received:209': 0.37; 'received:209.85.216': 0.37; 'to:addr:python.org': 0.39; 'hello,': 0.39; 'header:Received:5': 0.40; 'regards.': 0.66
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=y7Xnh3QCZOEeE9e2oodwG4AJpdfzvscqtx4z/LItTLY=; b=efQU5TgjkepFbWF3Im9yFZu8LqEI3X1genoB2MgzcYNMepY9D37TCb2ke7r2Iqx8cX EHg1iOAJqKtgMvg4V4x7h3O5eM1PLP2TgXx+9G6BlXoMhXiVhUFFSdZuL0kmABnsLkY/ DwXpE3hzuEJoqtSqUFRLhp5hdq2C2klNTx6nxpWd45cW/OdxzJwm9HD9eVEjHT4FhF1a 8rwvtjk1ESSftonfsw3SEY9XBrvQyxJiWEe7EziBDRQgQgjYTDCelZBmnIlpdF36DUVu 2kRfnJantttlsAeyDefqXfoMHEEYDe3/Z99fR63fqsWNeDNwjI616YsSvsaYkBVZALrU 45zg==
MIME-Version 1.0
Date Tue, 8 Jan 2013 02:44:04 +0200
Subject Calculate Big Number
From Nac Temha <naccttemha@gmail.com>
To python-list@python.org
Content-Type multipart/alternative; boundary=0016369c8e3d22c76904d2bc3e0a
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.244.1357605853.2939.python-list@python.org> (permalink)
Lines 25
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1357605853 news.xs4all.nl 6929 [2001:888:2000:d::a6]:35890
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36384

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hello,
How to *quickly* calculate large numbers. For example
>>> (10**25) * (2**50)
11258999068426240000000000000000000000000L




Regards.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Calculate Big Number Nac Temha <naccttemha@gmail.com> - 2013-01-08 02:44 +0200
  Re: Calculate Big Number Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-08 05:50 +0000
    Re: Calculate Big Number Gisle Vanem <gvanem@broadpark.no> - 2013-01-08 11:06 +0100
      Re: Calculate Big Number casevh@gmail.com - 2013-01-08 08:33 -0800
      Re: Calculate Big Number casevh@gmail.com - 2013-01-08 08:33 -0800

csiph-web