Quick verdict
- What it is
- Store information collected; independent summary not yet available.
- At a glance
-
- Free to download
Categories and search queries
Official categories
- Utilities
- Productivity
AppCorpus categories
Key functions
| Function | Availability | Access | Scope | Evidence |
|---|---|---|---|---|
| Free app | Yes | Free | — | Store published |
Screens
App Store
22 store screenshots
Pricing & paywalls
App Store
- Free
Ratings & reviews
App Store
-
5/5Awesome calculator with room for some improvement’s
I love this app. Clean and easy to use, with no garbage cluttering the UI. I wish I could do two of the following: - enter a number as a fraction: 1/4 or 1 1/4 for instance - convert numbers on the fly for distances. For instance, have a default unit such as feet, enter 1 and press a key for inch, which would convert 1 ft into 12 inch. It is very practical when adding / subtracting distances. Especially when the result can be displayed as 1 ft 6 in or 18 in or 1.5ft
Kenijo · 7 Aug 2026
-
5/5What iPadOS should come with
I have used this app for a little while now and I strongly believe that this is THE app that should be the default missing calculator for iPads. It has all the basic function, advanced functions (roots, logs, exponents, trigonometry, radians, etc), history, backspace for typos, live feedback, and it just looks and feels great. On top of it all, as of writing this, it's free, the privacy policy is good, and there haven't been any ads. This app deserves some recognition and I'll gladly tip a few $ in support.
DRul3r · 7 Aug 2026
-
5/5Apple Pencil support is amazing
So I just learned that you can write anywhere on the app while it’s in slide over view, very useful feature. this app is amazing. Surprised the Apple doesn’t have a calculator on the iPad which is ridiculous. Thank you to the developer for the feature. Rich application that doesn’t require to be paid for or subscription based which is sadly more common now
Stilla_Gorilla · 7 Aug 2026
-
5/5Fantastically simple!
It’s exactly what I want: a fast acting calculator with basic science functions. These days, I do so much work (as an engineer) at my computer that I don’t need a super powerful calculator for the hard stuff. The simple stuff, however, I like having the option of doing it on my phone. Only thing I’d ask for is “engineering notation” in addition to “scientific notation.”
A. A. Tyler · 7 Aug 2026
-
5/5Small Download, no Ads
I just wanted a calculator that honestly should have already been sent with an iPad (considering all the bloatware I received but never asked for). This calculator works, it has no adds, and is very small in size. I think 8mb, but don’t quote me. Thank you for taking the time to build this for people, you saved me some time and money. I figured it was the least I could do to rate it. Keep up the good work.
Anthony Frank · 7 Aug 2026
Privacy & accessibility
App Store
Privacy
- Data Not Collected Developer declared
Accessibility
No accessibility labels collected yet.
Versions
App Store
-
1.0
This update from Apple will improve the functionality of this app. No new features are included.
-
2.0
Calculator Plus is rebuilt from the ground up - bringing you version 2.0 with many new features! - Redesigned UI with an aesthetically pleasing design fitting for modern devices. - Significantly improved user experience and ease of use. - Now supports macOS and watchOS, in addition to iOS and iPadOS. Get it now on the Apple Watch and Mac App Store! - Since the codebase is rewritten, most bugs in the previous version should be fixed. - Scientific calculator layout now available in the portrait orientation (and on devices with screens 5.4" or larger, it is shown by default). - Added support for implicit multiplication. - Added support for decimal numbers without leading zero. - New DEL key: intelligently deletes numbers digit by digit while deleting other operations and functions as a whole chunk. - New display formats to toggle between (exact form, scientific notation, fractions and more). - Changed the default display format to numerical approximation. - Type your calculations on a physical keyboard - now fully supported (including scientific operations!) - Scribble calculations within the app with your Apple Pencil and iPadOS 14. - Input a math expression by speaking with Voice Dictation. - Choose your preferred scientific typing style (append or subsitute, or a hybrid of both) - Fixes a crash with memory operations when memory is empty. - Fixes incorrect substitution when the previous value is a bracketed expression. - Cube roots now handle negative numbers correctly. - Syntax errors are now helpful, telling you exactly where you mistyped. Do let me know if you encounter any issues. I'd be happy to help!
-
2.0.1
Calculator Plus is rebuilt from the ground up - bringing you version 2.0 with many new features. Check it out! Version 2.0.1 provides some bug fixes and minor improvements to version 2.0: - Reorganised the settings page to be easier to navigate. - Added the ability to turn off sounds and haptics on iOS and iPadOS. - Haptics are now disabled by default. - Fixed an issue where the Display Mode and Trigonometry Mode indicators do not update on the Apple Watch. Calculator Plus v2.0 changelog: - Redesigned UI with an aesthetically pleasing design fitting for modern devices. - Significantly improved user experience and ease of use. - Now supports macOS and watchOS, in addition to iOS and iPadOS. Get it now on the Apple Watch and Mac App Store! - Since the codebase is rewritten, most bugs in the previous version should be fixed. - Scientific calculator layout now available in the portrait orientation (and on devices with screens 5.4" or larger, it is shown by default). - Added support for implicit multiplication. - Added support for decimal numbers without leading zero. - New DEL key: intelligently deletes numbers digit by digit while deleting other operations and functions as a whole chunk. - New display formats to toggle between (exact form, scientific notation, fractions and more). - Changed the default display format to numerical approximation. - Type your calculations on a physical keyboard - now fully supported (including scientific operations!) - Scribble calculations within the app with your Apple Pencil and iPadOS 14. - Input a math expression by speaking with Voice Dictation. - Choose your preferred scientific typing style (append or subsitute, or a hybrid of both) - Fixes a crash with memory operations when memory is empty. - Fixes incorrect substitution when the previous value is a bracketed expression. - Cube roots now handle negative numbers correctly. - Syntax errors are now helpful, telling you exactly where you mistyped. Do let me know if you encounter any issues. I'd be happy to help!
-
2.1
Hope you'll like this new update with a large selection of new features and fixes! - Added a cursor to allow adjusting any part of your typed expression. No more clearing and retyping! - Added History Tape. Currently, history will only be saved for the session and won't persist across app restarts. - Added calculation warnings. In case of ambiguous interpretations or problems, this will allow you to better understand the results obtained. - Decimal separator button "." should now follow your local region preferences. - Blank space is now automatically used as the thousands separator in answers. - Added option to 'Float on Top' of other apps in macOS. - Added Menu Bar items on macOS. - EE button now outputs 'E' instead of 'x10^' which allows them to be treated separately and correctly given higher priority (so operations like 6E5 ÷ 2E4 = 3E1 will now be correct) - Resolved rounding errors causing cascading inaccuracies with trigonometry functions, especially for terminal values like tan(90° + 2πk) and cos(90° + 2πk) up till approximately 1E12°. - The 'x!' operation now computes the gamma function + 1 instead of just an integer factorial calculation, and thus will now work with negative and non-integer numbers. - Implicit multiplication and fraction division have updated priorities. In case of ambiguity, new calculation warnings will also warn you of any potential differences in interpretations. - Negative numbers in an exponent "chain" previously had unconventional parsing, which is now resolved to interpret with the order of operations literally. It is still recommended to avoid ambiguous syntax by using brackets to prevent confusion. - Resolves a bug with the macOS calculation display being clipped offscreen. - Resolved auto-formatting issues for negative numbers. - Patched a bug where dictation may not function. - Copy/Paste functionality is now compatible with iPadOS 3-finger pinch gestures.
-
2.1.1
This update includes some important fixes for legacy devices: - Attempts to fix a crash on a small portion of devices running iOS 9-12. - Fixed an issue where small iPhone sizes won't have the landscape scientific calculator show up. This occurs in small legacy devices like the iPhone 4S and 5 series, plus the first gen iPhone SE. Additionally: - App logs may be retrieved on macOS if additional details are needed for customer support, with your consent. Note: Version 2.1.x are the last versions of the app to officially support devices as old as iOS 9. Version 2.2 and later may require a newer iOS or iPadOS version to function. For macOS and watchOS, the OS requirements are not affected.
-
2.1.2
- Fixed keyboard shortcuts on the numpad - the Enter and Clear/NumLock keys now correctly trigger "=" and "AC" respectively. - When an answer is computed, "Copy Full Calculation" now has a separate keyboard shortcut, while the usual CMD+C copy keyboard shortcut now invokes "Copy Answer". - Updated watchOS app calculator interface layout and complications compatibility. Note: Version 2.1.x are the last versions of the app to officially support iOS 9. Version 2.2 and later may require a newer iOS or iPadOS version to function. For macOS and watchOS, the OS requirements are not affected.
-
2.2
- New "⁺⁄₋" button to invert the number before the cursor to its negative. - New number format options. Change your preferred decimal and thousands separator, and the function argument separator. - New Math Evaluation Overrides which allow you to use non-standard notations or evaluation orders. Notable options include: - Automatically replace non-standard percentage change "x+y%" with the standard notation "x(100+y)%". - Change evaluation priority of implicit multiplication and fractions. - New options to choose whether the app's expression and answer formatting is copied when copying your calculation. - Evaluation priority for implicit multiplication is now by default the same as standard multiplication. - You can now hold down the Command or Option key to see a hint on how to type all functions with a physical keyboard. - The forward delete key (also fn+delete) now works correctly on hardware keyboards. - Hardware keyboard input is now improved for iPadOS 13.4+ and macOS. - You can now use keyboard tab navigation to navigate the History Tape and Settings pages on iPadOS 15+ and macOS. - Reduced minimum height for portrait scientific calculator to allow better use in Stage Manager on iPadOS. - Support for the latest iPhone and Apple Watch models. - Dropped support for iOS 9 and iOS 10.
-
2.2.1
- Fixed: Non-Standard Percentage Change Notation may perform unnecessary corrections on already standard notation. - Fixed: Some switches in Settings do not toggle the correct setting. - Fixed: Apple Watch Math Evaluation Overrides may have certain rules that do not appear to be togglable. - Improved: Arbitrary physical keyboard layouts now work correctly on at least iOS/iPadOS 13.4 and macOS 10.15.4 and newer. - Improved: The "E" operator, where "xEy" = "x*10^y" for scientific notations, has been updated to be a universal operator (instead of only numbers), which can be used with bracketed parameters and chained. When chaining, it is evaluated left to right (so 3E2E2 = 3E4).
-
2.2.2
- Improved: If your region or number format settings uses commas (,) as decimal separators and thousands separators are set to a space or turned off (like 1 234 567,89), the app will produce unexpected output when you do not input numbers matching your current format. Specifically, numbers with periods (.) as decimal separators (like 1.2345) will be interpreted incorrectly. In this update, with this exact scenario, the numbers will be converted to your local format (so 1.23 -> 1,23).
-
2.2.3
- Fixed: Percentage Change Notation auto-correction did not work when using the "ans" keyword for prior answers.
-
2.2.4
- Fixed an interpretation issue with negative number parsing using the scientific notation (e.g., 1E-2) not being of highest priority. - Ambiguous operations now automatically include extra brackets to indicate the order the calculator evaluated the expression. - Warnings regarding your expression, if any, will now pop up even if you did not press "=" to calculate the answer.
-
2.2.5
- Fixed a crash when pressing +/- right after pressing ). - Minor in-app info updates.
-
2.2.6
- Fixed a crash on iPadOS 17 when attempting to use Apple Pencil Scribble. - Fixed an issue where calculations resulting in 0 will display an arbitrary tiny value instead (like 1e-14). - Addition and subtraction operations are now strictly limited to approximately 14-15 digits of precision. Hence, 1e14-1.01 will be computed as 1e14-1 instead. Note that the app never displays answers in more than 12 digits of precision anyway - this is an internal limit.
-
2.2.7
- Fixed: The app button layout was squished on watchOS 10. This is now resolved. - Fixed: Using the arrow keys to navigate and edit your expression after an answer has been computed may cause your entire expression to be lost. This will no longer happen. - New: Dictation on iOS, iPadOS and macOS now support continuous voice input. Simply say "equals" to get the result, then continue speaking what you want to calculate next. Hint: Use "answer" in your speech to reuse a result from a previous calculation. - Improved: The watchOS app now has colored backgrounds and vertically scrollable pages on watchOS 10 to better match system conventions. - Improved: The watchOS app now has a new organization of pages with separate pages for settings. - Improved: The macOS app now has a translucent blurred window on macOS 11 and later to better match system conventions.
-
2.3
- Fixed: A critical bug may cause tiny numbers with a magnitude lower than 1E-14 to be treated as 0 during addition and subtraction. - New: The thousands separator is now also displayed for numbers in the input expression (previous versions only use them in the answer). - New: Inputs are now instantly autocorrected and/or disambiguated as you type (previous versions only show them when pressing '='). Some rules may be configurable in Math Evaluation Overrides. - Improved: Percentage change via non-standard math notation of "a ± b%" is now enabled by default, utilizing instant autocorrect to provide visual feedback. - Improved: The background color is now of higher contrast and lower translucency. - New: Updated icon to match iOS 18 and iPadOS 18.
-
2.3.1
· 5 Oct 2024
- Fixed: A critical bug may cause tiny numbers with a magnitude lower than 1E-14 to be treated as 0 during addition and subtraction. - Fixed: The app may crash when the answer of the calculation is exactly 2^63. - Fixed: The Apple Watch app settings and help pages may not correctly open. - New: The thousands separator is now also displayed for numbers in the input expression (previous versions only use them in the answer). - New: Inputs are now instantly autocorrected and/or disambiguated as you type (previous versions only show them when pressing '='). Some rules may be configurable in Math Evaluation Overrides. - New: Permutations (nPr) and Combinations (nCr) are now available. - Improved: Percentage change via non-standard math notation of "a ± b%" is now enabled by default, utilizing instant autocorrect to provide visual feedback. - Improved: The background color is now of higher contrast and lower translucency. - New: Updated icon to match iOS 18 and iPadOS 18. - New: On iOS and iPadOS, you may now change the app icon between any variants used since version 2.
Alternatives
- Solves: Calculator for All — Same category + similar ratings
- Calculator Pro Lite — Same category + similar ratings
- Haseba Calculator — Same category + similar ratings
- Calculator HD Pro Lite — Same category + similar ratings
- PCalc Lite — Same category + similar ratings
- Calculator⁻ — Same category + similar ratings
Availability by market
- US
Data quality & evidence
- Page completeness
- Live store listing
- Last verified
- 7 Aug 2026
- Sources
- App Store
- Independent summary has not been published yet.