Editor's review
This is a calculator application on the Mac.
Numi calculator lets you combine calculations and text. You are able to share your computations with others. To make that mixing of text and calculations easy, you could use quotation marks (”...” or `...`). If the text contains a numeric expression that you do not want to use in the calculation, it should be placed within the quote marks as indicated. These parts will not be considered as mathematical expressions. Colon characters also could be used. Your operations will be calculated according to the correct mathematical order. If you need to change the order of precedence then parenthesis could be used. The point is used as decimal separator. Sometimes it is necessary to use a suffix to clarify the math expressions when you are trying to share it with others. In such cases, the suffix string could be used immediately after the number, no spaces in between.
The number of decimal points to be used in the results can be set in the preferences. Copying the result to clipboard is easy. You can simply click on the result and the value will be copied. When you copy text, for selected rows the result will be copied, as well. Variable can be declared by using an equal sign and these can be used in an expressions after they have been declared. Variable names are not case sensitive. Multiple variables could be declared on a single line by separating these variables by a semicolon as a delimiter. Functions such as sqrt, trigonometric functions, etc. could be used. This is a very good tool.
User comments