Factorial 1.2

Factorial 1.2 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 467
  • Released: Jun 7, 2007

Factorial 1.2 Description

This code gets factorial of a number and for negative numbers returns 1.

The recursive implementation of factorial is easy but using lambda keyword of python it becomes a bit tough as we can't use conditional if else in lambda. If a user wants to return a factorial function on the fly using lambda than this may be the solution.

Factorial Bookmark

Hyperlink code:
Hyperlink for Forum code:

Factorial 1.2 Script Download Notice

Top 4 Download periodically updates information of Factorial 1.2 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Factorial 1.2 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Fractal tree

... i.e. the same patterns at different scales. The code uses a dictionary to store the node coordinates ... be used to write concise and user friendly code. The code was tested with Python 2.3 and 2.4. ...
Python

Maxima

... in two and three dimensions. The Maxima source code can be compiled on many systems, including Windows, Linux, and MacOS X. The source code for all systems and precompiled binaries for Windows ... 1998 he obtained permission to release the source code under the GNU General Public License (GPL). It ... expert knowledge to keep the original DOE Macsyma code alive and well. Since his passing a group ...

NumPy

... number capabilities - tools for integrating Fortran code. Besides it's obvious scientific uses, NumPy can also ... of databases. NumPy derives from the old Numeric code base and can be used as a replacement ... most of the necessary changes to your Python code that used Numeric to work with NumPy's Numeric ...
Python

Accepting Four Points in 2 space

... images are often rotated, if only slightly. This code mediates an input of a series of four ... has been able to glean, available to the script that invoked it. ...
Python

Wolfram style cellular automata

This is a little script that uses Python to generate the cellular automata ... his book "A New Kind of Scilfram disquot;.The script uses the Python Imaging Library to render the output, but you could replace this with text or any other method of visualization. ...
Python