Modulo Enumerator
iOS Universel / Productivité
Calculate the 'modulus' of two values and prevent the common pitfalls. The modulo operation is often used by programmers. This handy utility does not just calculates the modulo of two values but it can also enumerate repeating series and lists them to evaluate the result given by the operation. This tool also supports decimal values.
In computing, the modulo operation finds the remainder after division of one number by another (sometimes called modulus). In mathematics the result of the modulo operation is the remainder of the Euclidean division.
En voir plus...
Quoi de neuf dans la dernière version ?
- Fixed a critical bug: In-app purchases could not be verified after purchase.