product of all integers between 1 and the integral input of the function
FactorialReIm
In mathematics, the factorial of a non-negative integer ... {\displaystyle {\begin{aligned}n!&=n\times (n-1)\times (n-2)\times (n-3)\times \cdots \times 3\times 2\times 1\\&={\begin{cases}1,&{\text{if }}n=0\\n\times (n-1)!,&{\text{if }}n\geq 1.\end{cases}}\\\end{aligned}}} For example, ... ... … Wikipedia
🌐
Wikipedia
en.wikipedia.org β€Ί wiki β€Ί Factorial
Factorial - Wikipedia
1 week ago - This leads to a recurrence relation, according to which each value of the factorial function can be obtained by multiplying the previous value by ... {\displaystyle n!} as a product involves the product of no numbers at all, and so is an example of the broader convention that the empty product, a product of no factors, is equal to the multiplicative identity.
🌐
CalculatorSoup
calculatorsoup.com β€Ί calculators β€Ί discretemathematics β€Ί factorials.php
Factorial Calculator n!
A factorial is a function that multiplies a number by every number below it. For example 5!= 5*4*3*2*1=120.
People also ask

What is factorial used for?
A factorial is used to find how many ways objects can be arranged in order. In a factorial, all of the objects are used and none of the objects can be used more than once. An example is arranging books on a shelf.
🌐
study.com
study.com β€Ί courses β€Ί math courses β€Ί math 101: college algebra
Factorial | Definition, Examples & Operations - Lesson | Study.com
How do you calculate a factorial?
A factorial is calculated by starting with the number and multiplying it by each previous integer until reaching 1. The factorial is represented by an exclamation point. x! = x * (x-1) * (x-2) ...1. For example, 4! = 4 * 3 * 2 * 1 =24.
🌐
study.com
study.com β€Ί courses β€Ί math courses β€Ί math 101: college algebra
Factorial | Definition, Examples & Operations - Lesson | Study.com
What does the factorial sign mean?
The factorial sign is an exclamation point and it means to start with the number and multiply by each previous integer until reaching 1. For example, 5! = 5 * 4 * 3 * 2 * 1 = 120.
🌐
study.com
study.com β€Ί courses β€Ί math courses β€Ί math 101: college algebra
Factorial | Definition, Examples & Operations - Lesson | Study.com
🌐
Cuemath
cuemath.com β€Ί numbers β€Ί factorial
Factorial - Meaning, Formula | Factorial of Hundred & 0
Symbolically, a factorial can be ... Β· n = Product of the first n positive integers = n(n-1)(n-2)…………………….(3)(2)(1) Example: 5 factorial, that is, 5!...
🌐
Math is Fun
mathsisfun.com β€Ί numbers β€Ί factorial.html
Factorial Function !
We had an example above, and here is a slightly different example: The list is quite long, if the 7 people are called a,b,c,d,e,f and g then the list includes: abc, abd, abe, abf, abg, acb, acd, ace, acf, ... and so on. The formula is 7!(7βˆ’3)! = 7!4! ... That was neat. The 4 Γ— 3 Γ— 2 Γ— 1 "cancelled out", leaving only 7 Γ— 6 Γ— 5. And: ... So there are 210 different ways that 7 people could come 1st, 2nd and 3rd. ... Factorials also appear in probability and statistics, such as calculating lottery odds.
🌐
Purplemath
purplemath.com β€Ί modules β€Ί factorial.htm
What are factorials, and how do they work? | Purplemath
The factorial of a whole number n, denoted as n!, is the product of all the whole numbers between 1 and n: 1Γ—2Γ—3×…×(nβˆ’1)Γ—n. So 3! would be 1Γ—2Γ—3 = 6.
🌐
RapidTables
rapidtables.com β€Ί math β€Ί algebra β€Ί Factorial.html
Factorial (n!) - RapidTables.com
The factorial of n is denoted by n! and calculated by the product of integer numbers from 1 to n.
🌐
GeeksforGeeks
geeksforgeeks.org β€Ί dsa β€Ί program-for-factorial-of-a-number
Factorial of a Number - GeeksforGeeks
Given the non-negative integers n , compute the factorial of a given number. Note: Factorial of n is defined as n * (n -1) * (n - 2) * ...
Published Β  May 24, 2014
Find elsewhere
🌐
freeCodeCamp
freecodecamp.org β€Ί news β€Ί what-is-a-factorial
What is a Factorial? How to Calculate Factorials with Examples
August 3, 2022 - Let's see how it works with some more examples. The factorial of a number is the multiplication of all the numbers between 1 and the number itself. It is written like this: n!. So the factorial of 2 is 2!
🌐
Cuemath
cuemath.com β€Ί numbers β€Ί factorial-notation
Factorial Notation - Definition, Formula, Examples, FAQs
The factorial notation can be found for any positive natural number. The factorial notation of a number n is n! and n! = n x (n - 1) x (n - 2) ....3 x 2 x 1. As an example, the factorial of 4 is 4!
🌐
Study.com
study.com β€Ί courses β€Ί math courses β€Ί math 101: college algebra
Factorial | Definition, Examples & Operations - Lesson | Study.com
July 9, 2012 - An example is arranging books on a shelf. A factorial is calculated by starting with the number and multiplying it by each previous integer until reaching 1. The factorial is represented by an exclamation point. x! = x * (x-1) * (x-2) ...1. ...
🌐
GeeksforGeeks
geeksforgeeks.org β€Ί mathematics β€Ί factorial-formula
Factorial Formula - GeeksforGeeks
The factorial formula is used in many areas, specifically in permutations and combinations of mathematics. For example, A permutation is an arrangement of objects in a definite order. The members or elements of sets are arranged here in a sequence or linear order Β· The number of ways n distinct objects can be arranged in a row is equal to n!
Published Β  July 23, 2025
🌐
Indeed
indeed.com β€Ί career guide β€Ί career development β€Ί factorials: what are they, how to calculate them and examples
Factorials: What Are They, How To Calculate Them and Examples | Indeed.com
October 23, 2023 - In simpler words, the factorial ... factorial of a number (n!) is equal to n(n-1). For example, if you want to calculate the factorial for four, you would write:4!...
🌐
Wolfram MathWorld
mathworld.wolfram.com β€Ί Factorial.html
Factorial -- from Wolfram MathWorld
September 13, 2025 - The factorial n! is defined for a positive integer n as n!=n(n-1)...2Β·1. (1) So, for example, 4!=4Β·3Β·2Β·1=24. The notation n! was introduced by Christian Kramp (Kramp 1808; Cajori 1993, p. 72).
🌐
Khan Academy
khanacademy.org β€Ί computing β€Ί computer-science β€Ί algorithms β€Ί recursive-algorithms β€Ί a β€Ί the-factorial-function
The factorial function (article)
We've partnered with Dartmouth college professors Tom Cormen and Devin Balkcom to teach introductory computer science algorithms, including searching, sorting, recursion, and graph theory. Learn with a combination of articles, visualizations, quizzes, and coding challenges.
🌐
PW
pw.live β€Ί school-prep β€Ί exams β€Ί factorial-formula
Factorial Formula, Meaning , Formula and FAQs
The second formula, n! = n Γ— (n - 1)!, expresses that the factorial of any number can be obtained by multiplying that number by the factorial of the preceding number. For example, 8! = 8 Γ— 7! and 9! = 9 Γ— 8!, and so on. This concept extends ...
🌐
UTSA Department of Mathematics
mathresearch.utsa.edu β€Ί wiki β€Ί index.php
Factorials - Department of Mathematics at UTSA
{\displaystyle {\frac {n(n-1)(n-2)\cdots (n-k+1)}{k(k-1)(k-2)\cdots 1}}={\frac {n^{\underline {k}}}{k!}}={\frac {n!}{(n-k)!k!}}={\binom {n}{k}}.} This number is known as the binomial coefficient, because it is also the coefficient of xk in (1 + x)n. The term Failed to parse (MathML with SVG ...
🌐
BYJUS
byjus.com β€Ί maths β€Ί factorial
Factorial
In short, a factorial is a function that multiplies a number by every number below it till 1. For example, the factorial of 3 represents the multiplication of numbers 3, 2, 1, i.e.
Published Β  October 6, 2021
Views Β  1K
🌐
Testbook
testbook.com β€Ί home β€Ί maths formulas β€Ί factorial formula | learn how to calculate factorial of a number
Factorial Formula | Learn How to Calculate Factorial of a Number
The factorial of a given number β€˜\(n\)’ is the outcome of multiplying all positive integers smaller than β€˜\(n\)’ down to \(1\). For example, the factorial of \(4\), denoted as \(4!\), is calculated as \(4 \times 3 \times 2 \times 1 = 24\).