Modular Arithmetic

Modular Arithmetic

Calculate in remainders mod n

$1.99
Buy now

Details about Modular Arithmetic

  • Released
  • Updated
  • iOS Version
  • Age Rating
  • Size
  • Devices
  • Languages

Developer of Modular Arithmetic

🙌4
Ratings
🗣❌ unsupported
Your locale
🖼️Download
Icons↘︎

Version History of Modular Arithmetic

4.1

September 23, 2024

Added dark and tinted icons for iOS 18.

4.0

November 30, 2020

- Supports multiple windows on iPad, so you can run two calculators side by side. - Updated to run nicely on macOS. - Other minor updates for iOS 14.

More

3.5

September 25, 2019

Now supports dark mode in iOS 13.

3.4

February 7, 2019

Added support for Siri Shortcuts.

3.3

November 27, 2018

Supports external keyboards. The iPad version now supports Slide Over and Split View. Reordered digits to match a keyboard number pad (7-9 at the top). Updated for the new 11-inch and 12.9-inch iPad Pro (late 2018).

More

3.2

November 8, 2018

The iPad version now supports Slide Over and Split View. Reordered digits to match the number pad on a keyboard (7-9 now at the top). Updated for the new 11-inch and 12.9-inch iPad Pro (late 2018).

More

3.1

October 31, 2017

Added support for iPhone X.

3.0

September 8, 2015

Now available for both iPad and iPhone! Also keeps a history of moduli that you have used before.

More

2.0

October 10, 2014

Fresh new look, same mathematical core. Updated for iOS 7 and iOS 8.

1.0

August 16, 2013

Price History of Modular Arithmetic

Description of Modular Arithmetic

A calculator for arithmetic modulo N. It lets you choose a fixed modulus, and then make lots of calculations without having to press a "mod" 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 "calculus of remainders". 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'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.
Show less

Modular Arithmetic: FAQ

Does Modular Arithmetic work on iPads?

Yes, the Modular Arithmetic app is compatible with iPads.

Who is behind the development of the Modular Arithmetic app?

The Modular Arithmetic app was built by Benjamin Burton.

What minimum version of iOS does Modular Arithmetic need?

The app needs iOS 12.0 or later to function properly.

What do users think of the Modular Arithmetic app?

Modular Arithmetic has an exceptional rating of 5 out of 5, which is a testament to its quality.

What is the main genre of the Modular Arithmetic app?

Education Is The Primary Genre Of The Modular Arithmetic App.

Which version of Modular Arithmetic is the latest one?

4.1 is the newest version of Modular Arithmetic.

When was the last update for Modular Arithmetic released?

Modular Arithmetic’s most recent update was on September 30, 2024.

When was Modular Arithmetic introduced to the market?

The app first launched on February 5, 2023.

What age rating is assigned to Modular Arithmetic?

Safe for children to use, no mature themes or inappropriate content.

Which languages does Modular Arithmetic support?

Modular Arithmetic currently features the following languages: American English.

Does Modular Arithmetic belong to Apple Arcade's curated library?

Unfortunately, Modular Arithmetic is not on Apple Arcade.

Are in-app purchases part of Modular Arithmetic?

Unfortunately, in-app purchases are not part of Modular Arithmetic.

Is Modular Arithmetic tailored for Apple Vision Pro compatibility?

Unfortunately, Modular Arithmetic is not tailored for compatibility with Apple Vision Pro.

Are there commercial ads in Modular Arithmetic?

No, there are no commercial ads in Modular Arithmetic.

Screenshots of Modular Arithmetic

Modular Arithmetic screenshot #1 for iPhone
Modular Arithmetic screenshot #2 for iPhone
Modular Arithmetic screenshot #3 for iPhone
Modular Arithmetic screenshot #4 for iPhone
Modular Arithmetic screenshot #5 for iPhone
iphone
ipad

Alternatives to Modular Arithmetic

More Applications by Benjamin Burton

Reviews of Modular Arithmetic

Leave a Review Modular Arithmetic
  • super fast & helpful unique app

    helped me with my studies tremendously
  • Finally

    Finally a simple modular calculator app, thank you, useful for working through problems in number theory books.