Parsify Desktop is a text-based calculator, meaning it evaluates the expressions you type.
It has a lot of features built-in and can be extended even further using plugins, but let's start with some basic ones!
To make your notes more organized & readable, you can use headers, comments and labels, which will not be evaluated by the app:
# This is a header// This is a commentLabel: 12+5
You can type both basic and advances expressions and the results will appear on the right. Constants, like pi
or e
are supported. Instead of sign operators, like +, -, * and /
you can also use words - plus, minus, times, divided by
.
# Basic stuff12+5 //=> 172 * (3/4) //=> 1.51000 times 2 //=> 2000// Something more advanced...sin(3) //=> 0.1411log(pi) // -> 1.145
Declare variables are reuse them later, saving time and improving readability.
x = 2x * 2sin(x)
Parsify Desktop supports unit conversion. Common length, volume, mass, force, energy and much more are included. If that's not enough, you can also add your own (requires activation).
10 ml in teaspoons100 km/h to m/s150 horsepower in kilowatts
You can convert different currencies in the app. Over 200 currencies, including crypto, are supported.
12 USD to PLNEuro 35 in CHF
Parsify makes working with percentages a charm!
10% of 10010% on 10010% off 100
You can use additional operators to easily get the total or average value of many calculations.
For a total, use the sum
or total
operator,
For an average, use the avg
, average
or mean
operator.
Check out the example below for more information!
10+55-2sum //=> 18avg //=> 12# Use headers to make separate "blocks"30-520+5total //=> 50average // => 33.33
You can define date & time events in a readable form.
2 weeks from todaysaturday eveningin about 2 days
Note: This feature requires activation
Parsify allows you to manipulate timezone data, like so:
time in New YorkPST timeWarsaw time