PHP Classes / Simple Math

Calculate factorials, permutations and combination

Simple Math PHP Class

This class can be used to perform several types of mathematical operations. It can: - Calculate the factorial of a given positive integer number - Calculate the number of all possible permutations of a subset of elements of a given size without repeating elements - Calculate the number of all possible combinations of a subset of elements of a given size without considering the order or repeating elements

Similar PHP Classes

Search in PHP Classes

Filter by tags