This is a simple class that can be used to calculate the factorial of a given number. It uses recursion to multiply an integer number by all numbers with inferior value. The class can also calculate the Euler or Napier constant (e = 2,71...) with up to 15 iterations.