Cards (5)

  • Factorial is the product of all the consecutive integer numbers from 1 to n.
  • Factorial is the product of all the consecutive integer numbers from 1 to n.
  • Factorial notation: n!
    n! = n * (n-1) * (n-2) * … * 1
    NOTE: 0! and 1! is equivalent to 1.
  • Factorial notation: n!
    n! = n * (n-1) * (n-2) * … * 1
    NOTE: 0! and 1! is equivalent to 1.
  • Factorial notation: n!
    n! = n * (n-1) * (n-2) * … * 1
    NOTE: 0! and 1! is equivalent to 1.