fakultetsberegning
Fakultetsberegning, or factorial calculation, concerns the factorial function defined for non-negative integers n by n! = 1 × 2 × ... × n, with 0! = 1. The value grows rapidly as n increases, and factorials are widely used in counting and algebraic problems.
Historically, the notation n! was introduced by French mathematician Christian Kramp in 1808. The concept appears
Factorials are central in combinatorics: the number of ways to arrange n distinct objects is n!, and
Extensions include the gamma function, which generalizes factorials to non-integer values: Γ(n+1) = n! for integers, with
Computation and approximation: simple factorials are computed by multiplying 1 through n; for large n, Stirling's
---