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


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

Re: Speeding up permutations generation

Started byWolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
First post2015-03-06 17:27 +0100
Last post2015-03-06 17:27 +0100
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: Speeding up permutations generation Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2015-03-06 17:27 +0100

#87036 — Re: Speeding up permutations generation

FromWolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
Date2015-03-06 17:27 +0100
SubjectRe: Speeding up permutations generation
Message-ID<mailman.117.1425659322.21433.python-list@python.org>
On 03/06/2015 05:14 PM, Gene Heskett wrote:
>
>
> On Friday 06 March 2015 06:22:34 Dave Angel wrote:
>>
>> 30414093201713378043612608166064768844377641568960512000000000000L
>
> What utility output that as an L ?
>

One called the python interactive interpreter used by many people on 
this list (though it is a shame they haven't switched to python3 yet) :)

Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.

 >>> from math import factorial
 >>> factorial(50)

30414093201713378043612608166064768844377641568960512000000000000L

Wolfgang

[toc] | [standalone]


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


csiph-web