---
title: "Modular Arithmetic - Reviews, Revenue and Downloads in United States | Apple App Store"
description: "A calculator for arithmetic modulo N.  It lets you choose a fixed modulus, and then make lots of calculations without having to press a &quot;mod&quot; button again and again.  It also:  - follows the order con"
---

# Modular Arithmetic — United States
> Calculate in remainders mod n

![Modular Arithmetic App Icon](https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/d8/f7/68/d8f7680b-c24b-3a88-0b60-ddedb538f6bc/AppIcon-0-0-1x_U007epad-0-11-0-0-85-220.png/434x0w.png)

**Developer:** [Benjamin Burton](https://apptail.io/developer/benjamin-burton-GoE)
**Category:** Education
**Rating:** 5.0/5 (4 ratings)
**Price:** Free
**Bundle ID:** edu.self.Modular-Arithmetic
**Store:** Apple App Store
**Country:** United States
**Version:** 4.1 (released 2024-09-23)
**Original Release:** 2013-08-17
**Languages:** English

**App Store Link:** [Download on Apple App Store](https://apps.apple.com/us/app/app/id687735575)
**AppTail Page:** [https://apptail.io/app/modular-arithmetic-KYcg/united-states](https://apptail.io/app/modular-arithmetic-KYcg/united-states)

## Modular Arithmetic Description
A calculator for arithmetic modulo N.  It lets you choose a fixed modulus, and then make lots of calculations without having to press a &quot;mod&quot; button again and again.  It also:

- follows the order convention;
- supports arbitrarily large numbers;
- performs fast modular division and exponentiation;
- can show a full transcript of your calculation.

Modular arithmetic is a &quot;calculus of remainders&quot;.  It features throughout mathematics and computer science, and has applications from cryptography to barcodes to music.

The basic idea is that you choose a modulus N, and then reduce every number to one of the integers 0,1,2,...,N−1 according to what remainder it leaves when dividing by N.

For example, using a modulus of 17:

40 ≡ 6 (since 40 ÷ 17 leaves a remainder of 6);
17 ≡ 0 (since 17 ÷ 17 leaves no remainder at all).

Arithmetic follows these same rules.  Still using a modulus of 17:

15 + 7 ≡ 5 (since 22 ≡ 5);
3 × 9 ≡ 10 (since 27 ≡ 10);
5 ^ 3 ≡ 6 (since 125 ≡ 6).

Subtraction and division behave in a way that complements addition and multiplication:

−1 ≡ 16 (since 16 + 1 = 17 ≡ 0);
1/2 ≡ 9 (since 9 × 2 = 18 ≡ 1);
4 - 7 ≡ 14 (since 14 + 7 = 21 ≡ 4);
7 ÷ 3 = 8 (since 8 × 3 = 24 ≡ 7).

There are no negative numbers or fractions: like −1 and 7 ÷ 3 in the examples above, these are also reduced to one of 0,1,...,N−1.

As usual, you cannot divide by zero.  You also cannot divide if the right hand side has any common factors with the modulus.  If we change our modulus to 10, then the following operations all generate errors:

3 ÷ 20 (since 20 ≡ 0);
7 ÷ 8 (since 8 and 10 have a common factor of 2).

Integers can be arbitrarily large.  For instance, if we set our modulus to 2305843009213693951 (a Mersenne prime), then:

5 ^ 2305843009213693950 ≡ 1 (by Fermat&#039;s little theorem).

The code is written carefully, and is backed up by a thorough suite of 186 automated tests.

This app supports external keyboards, Siri Shortcuts, and (on iPad) Slide Over, Split View, and multiple windows.

## Modular Arithmetic Screenshots
- [Screenshot 1](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/39/fe/ac/39feacee-c4f5-1267-187b-284450546518/9fd3dc8f-ddcb-4258-bbff-14164e48c884_1.png/1284x2778.png)
- [Screenshot 2](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource124/v4/4b/00/79/4b0079f4-c5bf-b4c5-c75e-bea6ff0361ed/35db974a-5152-4737-9659-d07c31fc1064_2.png/1284x2778.png)
- [Screenshot 3](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/6b/55/f6/6b55f6a5-d4da-3fee-55a2-0937b2d09e58/3045fe5f-c954-445f-b750-75a37407c14d_3.png/1284x2778.png)
- [Screenshot 4](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/51/11/0a/51110add-fa31-a563-e990-1f424a1753bd/2472ac36-c37c-44bf-88ae-18a408753c16_4.png/1284x2778.png)
- [Screenshot 5](https://is1-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/b0/c0/22/b0c022d3-6721-48d9-805c-8cdd7937ad76/d3da0056-0900-44b4-8ae9-14241ece6f02_5.png/1284x2778.png)

## Modular Arithmetic Rating Breakdown in United States
- 5 stars: 4 (100%)
- 4 stars: 0 (0%)
- 3 stars: 0 (0%)
- 2 stars: 0 (0%)
- 1 stars: 0 (0%)

## Modular Arithmetic Reviews in United States

### ***** "super fast &amp; helpful unique app"
helped me with my studies tremendously
-- Rynooooooooo, 2014-02-04

### ***** "Finally"
Finally a simple modular calculator app, thank you, useful for working through problems in number theory books.
-- Jhuhddfh, 2014-01-16

[View all Modular Arithmetic reviews and detailed analytics on AppTail](https://apptail.io/account/signup?utm_campaign=ai-crawl&amp;utm_content=reviews)




## Apps Similar to Modular Arithmetic
- [Bluepulse](https://apptail.io/app/bluepulse-SWdb/united-states)
- [It. Diction](https://apptail.io/app/it-diction-hNXb/united-states)
- [Calculadora MCM MCD Factorizar](https://apptail.io/app/calculadora-mcm-mcd-factorizar-LInf/united-states)
- [Collatz Calculator](https://apptail.io/app/collatz-calculator-sidg/united-states)
- [Classroom Spinners](https://apptail.io/app/classroom-spinners-VQbl/united-states)
- [Gear Design](https://apptail.io/app/gear-design-vccl/united-states)
- [GeoFit](https://apptail.io/app/geofit-BChl/united-states)
- [SQL AI](https://apptail.io/app/sql-ai-kVym/united-states)
- [Mathematical Proofs](https://apptail.io/app/mathematical-proofs-LLEn/united-states)
- [Doctrines of Grace](https://apptail.io/app/doctrines-of-grace-TCls/united-states)

## Modular Arithmetic Available In
- [United States](https://apptail.io/app/modular-arithmetic-KYcg/united-states)
- [Australia](https://apptail.io/app/modular-arithmetic-KYcg/australia)
- [Azerbaijan](https://apptail.io/app/modular-arithmetic-KYcg/azerbaijan)
- [Brazil](https://apptail.io/app/modular-arithmetic-KYcg/brazil)
- [Belarus](https://apptail.io/app/modular-arithmetic-KYcg/belarus)
- [Canada](https://apptail.io/app/modular-arithmetic-KYcg/canada)
- [Chile](https://apptail.io/app/modular-arithmetic-KYcg/chile)
- [Colombia](https://apptail.io/app/modular-arithmetic-KYcg/colombia)
- [Czechia](https://apptail.io/app/modular-arithmetic-KYcg/czechia)
- [Germany](https://apptail.io/app/modular-arithmetic-KYcg/germany)
- [France](https://apptail.io/app/modular-arithmetic-KYcg/france)
- [United Kingdom](https://apptail.io/app/modular-arithmetic-KYcg/united-kingdom)
- [Greece](https://apptail.io/app/modular-arithmetic-KYcg/greece)
- [Hong Kong SAR China](https://apptail.io/app/modular-arithmetic-KYcg/hong-kong)
- [Israel](https://apptail.io/app/modular-arithmetic-KYcg/israel)
- [India](https://apptail.io/app/modular-arithmetic-KYcg/india)
- [Japan](https://apptail.io/app/modular-arithmetic-KYcg/japan)
- [South Korea](https://apptail.io/app/modular-arithmetic-KYcg/south-korea)
- [Kuwait](https://apptail.io/app/modular-arithmetic-KYcg/kuwait)
- [Kazakhstan](https://apptail.io/app/modular-arithmetic-KYcg/kazakhstan)
- [Sri Lanka](https://apptail.io/app/modular-arithmetic-KYcg/sri-lanka)
- [Mexico](https://apptail.io/app/modular-arithmetic-KYcg/mexico)
- [Malaysia](https://apptail.io/app/modular-arithmetic-KYcg/malaysia)
- [Peru](https://apptail.io/app/modular-arithmetic-KYcg/peru)
- [Pakistan](https://apptail.io/app/modular-arithmetic-KYcg/pakistan)
- [Portugal](https://apptail.io/app/modular-arithmetic-KYcg/portugal)
- [Saudi Arabia](https://apptail.io/app/modular-arithmetic-KYcg/saudi-arabia)
- [Sweden](https://apptail.io/app/modular-arithmetic-KYcg/sweden)
- [Thailand](https://apptail.io/app/modular-arithmetic-KYcg/thailand)
- [Türkiye](https://apptail.io/app/modular-arithmetic-KYcg/turkey)
- [Taiwan](https://apptail.io/app/modular-arithmetic-KYcg/taiwan)
- [Ukraine](https://apptail.io/app/modular-arithmetic-KYcg/ukraine)
- [Uganda](https://apptail.io/app/modular-arithmetic-KYcg/uganda)
- [United Arab Emirates](https://apptail.io/app/modular-arithmetic-KYcg/united-arab-emirates)
- [Vietnam](https://apptail.io/app/modular-arithmetic-KYcg/vietnam)
- [Austria](https://apptail.io/app/modular-arithmetic-KYcg/austria)

---

## About AppTail

[AppTail](https://apptail.io) is a mobile app intelligence platform providing app analytics, ASO (App Store Optimization) tools, keyword tracking, competitor analysis, revenue estimates, and review monitoring for iOS App Store apps. Track your app's performance, discover ranking keywords, monitor competitors, and analyze market trends.

- [Search Apps](https://apptail.io)
- [Top Charts](https://apptail.io/top-iphone-apps)
- [Sign Up for Full Access](https://apptail.io/account/signup?utm_campaign=ai-crawl&amp;utm_content=footer)

*Data provided by [AppTail](https://apptail.io) - Mobile App Intelligence Platform*
