package org.andengine.util.math.factorioal;
/**
* (c) 2013 Nicolas Gramlich
*
* @author Nicolas Gramlich
* @since 21:37:15 - 09.06.2013
*/
public interface IFactorialProvider {
// ===========================================================
// Constants
// ===========================================================
// ===========================================================
// Methods
// ===========================================================
public int factorial(final int n);
// ===========================================================
// Inner and Anonymous Classes
// ===========================================================
}