Thread: factorial usus

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    22

    factorial usus

    what is the factorial uses?
    what does factorial do?

  2. #2
    Bond sunnypalsingh's Avatar
    Join Date
    Oct 2005
    Posts
    162
    Stop posting in multiple forums....anyways its not the right forum for such problem

  3. #3

  4. #4
    Registered User
    Join Date
    Oct 2005
    Posts
    38
    the factorial (!) is a mathematical operator that carries out degenerative multiplication. I.E.

    N!= N*(N-1)*(N-2)*(N-3)*....*(N-(N-1)).

  5. #5
    Registered User
    Join Date
    Oct 2005
    Posts
    38
    Just incase anyone didnt know, mine isnt red text its a link

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Segmentation fault using recursion to find factorial
    By kapok in forum C++ Programming
    Replies: 4
    Last Post: 02-23-2009, 11:10 AM
  2. Factorial
    By foxman in forum Contests Board
    Replies: 27
    Last Post: 07-11-2008, 06:59 PM
  3. Recursion
    By Lionmane in forum C Programming
    Replies: 11
    Last Post: 06-04-2005, 12:00 AM
  4. Basic Factorial from 1-10
    By AaA in forum C Programming
    Replies: 20
    Last Post: 05-28-2005, 07:39 AM
  5. factorial output
    By maloy in forum C Programming
    Replies: 1
    Last Post: 03-13-2002, 03:28 PM