Skip to content

Getting started

“Notes calculator” is a notepad for working through problems that involve calculations. Type a calculation in the input field (left side), and the result will be displayed on the right side.

The currency conversion below uses an illustrative rate of USD 1 = EUR 0.8. Live currency results vary with the app’s current rate.

Notes Calculator
Calculation example
CalculationResult
(75 + 25) x 3300
100 + 50%150
20% of 408
100 dollars in euro€80
60 degree in radians1,05 rad
1 kg in g1.000 g
1 day in seconds86.400 seconds
// You can also use variables: <-- this is a comment, which is ignored
discount = 10%10%
cost = 550€550
cost - discount€495

Calculations are performed automatically as you type, and the result is updated in real-time.