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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --0016369c8e3d22c76904d2bc3e0a Content-Type: text/plain; charset=ISO-8859-1 Hello, How to *quickly* calculate large numbers. For example >>> (10**25) * (2**50) 11258999068426240000000000000000000000000L Regards. --0016369c8e3d22c76904d2bc3e0a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,
How to quickly calculate large numbers. = For example=A0
>>>=A0(10**25) * (2**50)
11= 258999068426240000000000000000000000000L


<= /div>


Regards.


--0016369c8e3d22c76904d2bc3e0a--