<< back

Numi 3.32

Calculator and converter application

Category: Utilities
Price: Medium
Popularity: High
Version String: 3.32 (721)
Release Date: 2023-04-05
Architecture: Intel & AppleSilicon(ARM)
Minimum OS: macOS 10.13
Vendor Name: Dmitry Nikolaev
Homepage: numi.app

Version History 3.32 (721)

You can find release notes for this version here: [github.com]

Description:

Numi is a handy calculator app for macOS. It allows you to describe tasks the natural way and instantly get an accurate answer. For example, $20 in euro - 5% discount or today + 2 weeks.

Unit Conversion
With in (into, as, to) you can convert one unit into another. Numi will automatically convert units to perform operations if it's needed during conversion.
$30 in Euro
$30 CAD + 5 USD - 7EUR

Time Zone Conversion
Use time or now function to get time in your time zone. You can prefix this functions with time zone location (or use in with time zone suffix) to get current time for specified location. Results are always in sync with global time, so, at any point of time you will get the right time.
It's also possible to convert specific time or date from one time zone into another. Or calculate difference between time in different time zones:
PST time
New York time
Time in Madrid
2:30 pm HKT in Berlin

Operations
You can use sign and word operators. Several expressions might be stacked together. Notice, expressions will be multiplied if used in parentheses one after another.
8 times 9
1 meter 20 cm = 120 cm
6 (3) = 18

OPERATION SAMPLE
Addition +, plus, and, with
Subtraction -, minus, subtract, without
Multiplication *, times, multiplied by, mul
Division /, divide, divide by
Exponent ^
Bitwise And &
Bitwise Or |
Bitwise Xor xor
Left Shift <<
Right Shift >>
Modulo mod

Numbers
Besides decimal numeral system, it is possible to use numbers in binary, octal or hexadecimal form using appropriate prefix: 0b, 0o and 0x. You can use sci or scientific to format results in scientific notation.
0b110111011
0o1435343 in hex
5 300 in sci

Currency
You can use ISO 4217 codes for currency (like USD, RUB, CAD etc). You can also use common currency names and signs, like $ for the US dollars, roubles for Russian roubles, or € for Euro. Numi updates currency rates several times a day using open exchange rates service. Numi also supports a huge list of cryptocurrencies with hourly rates updates.

Percentage
In addition to general percentage operations like adding or subtracting percent of value ($10 - 40%), you also can use additional operations:

OPERATION EXAMPLE
Percentage value 20% of $10
Adding percentage 5% on $30
Subtracting percentage 6% off 40 EUR
Percentage value of one $50 as a % of $100
value relative to another
Percentage addition of one $70 as a % on $20
value relative to another
Percentage subtraction of one $20 as a % off $70
value relative to another
Value by percent part 5% of what is 6 EUR
Value by percent addition 5% on what is 6 EUR
Value by percent subtraction 5% off what is 6 EUR

Scales
Scales used for shorter form of writing big numbers. Please note that one-letter scales are case-sensitive, since m used for meters, and K used for Kelvins. Supported scales: thousands (k, thousand), millions (M, million), billions (billion).
$2k
2M eur

Variables
You can declare variables and reuse them using the = operator. Please note some characters and keywords cannot be used as a variable. For example, K might be used as a temperature unit in Kelvin. Variable names should not contain whitespaces or special characters, and should not start with number:
v = $20
v2 = 5%
v times 7 - v2
v += $10

Constants
DESCRIPTION VALUE
Pi 3.1415926536
E 2.7182818285

Functions
By default trigonometrical functions uses parameters in radians.
DESCRIPTION FUNCTION EXAMPLE
N-th root root root 2 (8)
Square root sqrt sqrt 16
Cubed root cbrt cbrt 8
Absolute value abs abs(-4)
Logarithm log log 2 (10)
Natural logarithm ln ln 3
Factorial fact fact 5
Rounding round round 3.45
Ceiling ceil ceil 3.76
Flooring floor floor 2.56
Sine sin sin 45°
Cosine cos cos 3.45
Tangent tan tan 8
Arcsine arcsin arsin 30
Arccosine arccos arccos 85
Arctangent arctan arctan 9
Hyperbolic sine sinh sinh 3
Hyperbolic cosine cosh cosh 9
Hyperbolic tangent tanh tanh 11

CSS
Numi supports several CSS units: pixels (px), points (pt), em. Em is set to 16 px by default, but you can assign different value to it. Conversion from screen units to other length units performed using pixel per inch value (ppi). By default ppi is set to 96 pixels, which mean in every inch there're 96 pixels. You can set custom value for ppi.
12 pt in px
em = 20px
1.2 em in px
1 inch in px = 96 px
ppi = 326
1 cm in px = 128,35 px

Previous Result
Use prev token to use result from previous line:
Cost: $20 + 56 EUR
Discounted: prev - 5% discount

Sum
You can calculate sum of all lines above (until empty line) using sum ( total ) operator.
Line 1: $10
Line 2: $15
Result: sum

Average
You can calculate an average of all lines above (until empty line) using average ( avg ) operator.
Line 1: $10
Line 2: $20
Result: average

SI prefixes
SI-based units support all SI prefixes, both short and long form. Note that SI prefixes are case-sensitive. For example, use MB for megabytes, not mB:
1 mm
2 picometers
3 GB

Date & Time
To make time calculations more straightforward, 1 year is equal to 365 days, and 1 month equal to 1/12 of the year. In cases where results give non-integer value, round functions might be used to make an integer. Supported units: Second, minute, hour, day, week, month, year. Use fromunix function to convert timestamp into dates.
round(1 month in days)
fromunix(1446587186)

Temperature
Supported units: kelvin, celsius, fahrenheit

Length
Supported units: meter, mil, points, lines, inch, hand, foot, yard, rod, chain, furlong, mile, cable, nautical mile, league. Note, since in used as a conversion operator, you cannot use it for inches.

Area
Supported units: hectare, are, acre and all "squared" length units. Use square or sq prefix for this case.
20 sq cm
30 square inches
11 sqm

Volume
Supported units: Pint, quart, gallon, tea spoon, table spoon, cup. It is possible to use all length units with cubic, cu or cb prefix.
20 cu cm
30 cubic inches
11 cbm

Weight
Supported units: gram, tonne, carat, centner, pound, stone, ounce.

Angular
Supported units: radians, degree. You can use both as text form of unit (radians, degrees) as sign. For example, 45 °

Data
Bytes multiplies contain 1000 bytes. If you need 1024 multiplier, use kibibytes. Please note lowercase b is used for bits, and uppercase B for bytes.

Format
Use hash symbol at the beginning of the line to make a header. If you want to comment part of the line, use double quotes. To comment all line, use double slash. Use colon to make a label (label will not be evaluated).
# This is header
$275 for the "Model 227"
// This is comment
Price: $11 + $34.45

Import & Export
Numi does not modify imported files until you explicitly export them. All exported files have .numi extension. You can open .numi files with any text editor since Numi uses plain text and UTF-8 encoding to store files.

Alfred
You can use Numi with Alfred for quick calculations. Just type numi, n or = in front of your expressions in Alfred. Please note, time zones functionality is not available via integration.
First you will need to install the Numi workflow, and enable Alfred integration in Numi preferences.