Command-Line Calculator

Command-Line Calculator

Calculator with History

Details about Command

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

Developer of Command

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

Version History of Command

17

September 12, 2024

Optimized for iOS 18 and iPadOS 18

2.4.2

February 9, 2024

Improved documentation

2.4.1

October 2, 2023

Bug fixes and performance improvement

2.4

September 30, 2023

More customizable options

2.3

September 27, 2023

Optimized for iOS and iPadOS 17

2.2.3

August 8, 2023

Bug fixes and performance improvement

2.2.2

August 6, 2023

Bug fixes and performance improvement

2.2.1

August 3, 2023

Bug fixes and performance improvement

2.2

August 2, 2023

- frac() function to convert a decimal to fraction e.g. frac(0.6) - Show/hide info panel

2.1

November 26, 2022

Optimized for iOS and iPadOS 16

Price History of Command

Description of Command

Command-Line Calculator (CLCalculator) provides the most fluid interface, especially if you are performing chained calculations i.e. multiple calculations that rely on the results of previous calculations. By providing a command-line interface, CLCalculator allows you to easily enter and view the history of your calculations. You focus on your calculations instead of being intimidated by myriad of buttons on a traditional calculator interface! In addition to performing basic calculations, CLCalculator provides an array of features such as: - Assign and reuse variables - Complex numbers - Number bases i.e. binary, octal, hexadecimal - Constants e.g. e, pi - String manipulation - Matrices - Unit conversion: in-built and user-defined (create your own units!) - Functions: in-built and user-defined (create your own functions!) - Arithmetic functions e.g. fraction, square root, rounding off, ceiling, floor, logarithm - Algebra functions e.g. derivative, simplify symbolic expressions, solve linear equations - Bitwise functions e.g. bitwise and, not, or, left and right shift - Combinatorics functions e.g. Bell, Catalan, Stirling numbers - Geometry functions - Logical functions e.g. and, not, or, xor - Probability functions e.g. combinations, permutations, factorial - Relational functions - Set functions e.g. cartesian product, intersection, union - Statistics functions e.g. mean, median, mode, standard deviation, variance - Trigonometry functions e.g. sin, cos, tan, cot, sinh, acos - and much more! The app also comes with a comprehensive in-built help system with plenty of examples. CLCalculator is powered by math.js (https://mathjs.org/)
Show less

Command: FAQ

Does Command work on iPad devices?

Yes, the software for Command is compatible with iPads.

Who is responsible for the creation of the Command app?

Command was released by Ketan Appa.

What is the minimum iOS version to run Command?

Your iOS device must have at least iOS 13.0 installed to use the app.

What is the overall app rating of Command?

With an overall rating of 5 out of 5, Command is a must-have app for users.

What app category is Command?

Utilities Is The App Genre Of The Command App.

What’s the current version of the Command app?

The current version of Command is 17.

When was the most recent Command update released?

The Command app was last updated on October 1, 2024.

When did the app first launch?

Command was released on February 5, 2023.

What age rating is assigned to the Command app?

Child-friendly content, no violence or scary images.

What are the languages offered by Command?

The Command app can be used in English.

Can I find Command within Apple Arcade's selection of games?

Sorry, Command is not available on Apple Arcade.

Are in-app purchases available within Command?

Sorry, in-app purchases are not accessible within Command.

Can I utilize Command with Apple Vision Pro?

No, you cannot utilize Command with Apple Vision Pro.

Does Command use ad-based monetization?

No, Command does not use ad-based monetization.

Screenshots of Command

Command-Line Calculator screenshot #1 for iPhone
Command-Line Calculator screenshot #2 for iPhone
Command-Line Calculator screenshot #3 for iPhone
Command-Line Calculator screenshot #4 for iPhone
Command-Line Calculator screenshot #5 for iPhone
iphone
ipad

Alternatives to Command

More Applications by Ketan Appa

Reviews of Command

Leave a Review Command
  • Great App

    It’s like a little iOS version of Numbat or MATLAB! The unit support is my favorite feature, however. Incredibly useful for double-checking hand calculations for engineering courses.
  • Great and straight forward text based calculator

    Thanks for taking the time to make this. Would love to see an option for comma seperated values in a future release (however, if commas are used, the raw non-comma seperated value would be copied to the clipboard for use in another application.)

    Developer Response

    Thank you for your review! We understand that displaying comma-separated values may be useful in some cases. However, the app has many functionalities where commas in numbers will lead to misinterpretations. For example, an array containing 1100 and 2400 is currently displayed as [1100,2400]. With comma-separated values, it would be displayed as [1,100,2,400], which may be misinterpreted as an array of 4 numbers.