AN
Antinote
Docs
  • Docs
  • Changelog
  • Feature requests
  • Support portal
    • List
    • Math
    • Sum
    • Average
    • Count
    • Code
    • Keywords Overview

Math

Calculations, currency and measurement conversions, and variables — all inside a note.

Design intent: Make everyday quick calculations. Skip an overpowered spreadsheet.

  • Type the word "math" at the top of your note to activate math features.
  • Or type "/" at the beginning of any new line, and then choose "math".
  • You can title a math note with math: Your Title.
  • You can type // at the beginning of a line to make it a comment. This will prevent it from being calculated.

Calculations

  • Adding = to the end of any line will attempt a calculation.
  • Words, punctuation, and currency symbols are stripped out.
  • Valid operators include: + - * x X / ÷ ^ ** ( )
  • You can also do colloquial percentage calculations: 100 + 15% = 115 or 50% of 200 = 100.
  • Advanced features include: ! !! √16 ∛8 sqrt(16) log(355) log2(355) ceil(12.256) floor(12.256)
  • At the moment, we do not support conversions in a calculation (e.g. 5cm to inches * 5 =).
  • We support regions where the period is used as a thousands separator and the comma is used as a decimal separator (e.g. 1.000,25).
  • At the moment, we do not support regions where the space is used as a thousands separator (e.g. 1 000,25).

Settings for calculations:

  • Number of significant digits — 0-7
  • Use a thousands separator — On | Off

Currency Conversions

Use the following format to convert currencies:

10 USD to JPY = 1,492.84 JPY
  • Currency rates are updated every day. The "Update currency rates daily" toggle lives in Settings > Keywords > Math, and is also gated by Settings > Privacy ("Automatically update conversion rates daily") — both must be on for rates to refresh.
  • If you use your currency symbol without a currency code, we will assume your primary currency:
$10 to JPY = 1,492.84 JPY
  • If you do not put any conversion target, we will assume you want to convert your primary currency to your secondary currency:
$10 = 14.00 CAD
  • At the moment, we do not support conversions in a calculation (e.g. $10 USD to CAD + 5 =).

Supported currency codes include:

1INCH AAVE ADA AED AFN AGIX AKT ALGO ALL AMD AMP ANG AOA APE APT AR ARB ARS ATOM ATS AUD AVAX AWG AXS AZM AZN BAKE BAM BAT BBD BCH BDT BEF BGN BHD BIF BMD BNB BND BOB BRL BSD BSV BSW BTC BTG BTN BTT BUSD BWP BYN BYR BZD CAD CAKE CDF CELO CFX CHF CHZ CLP CNH CNY COMP COP CRC CRO CRV CSPR CUC CUP CVE CVX CYP CZK DAI DASH DCR DEM DFI DJF DKK DOGE DOP DOT DYDX DZD EEK EGLD EGP ENJ EOS ERN ESP ETB ETC ETH EUR FEI FIL

Supported primary currency symbols:

$ € £ ¥ ₹ ₽ ₩ ₺ ₫ ฿ ₴ ₦ ₲ ₵ ₡ ₭ ₾ ₱ ₪ ₸

Settings for currency:

  • Update currency rates daily — On | Off
  • Custom currency rates — e.g. NTD:30.23
  • Primary currency symbol — see symbol list
  • Primary currency — see currency list
  • Secondary currency — see currency list

Measurement Conversions

Use the following format to convert measurements:

10" to cm = 25.40 cm

At the moment, we do not support conversions in a calculation (e.g. 10 ft to m + 5 =).

Distance units

m meter metre meters metres cm centimeter centimetre centimeters centimetres km kilometer kilometre kilometers kilometres in inch inches " ″ ft foot feet ' ′ mile miles mi yard yards yd

Area units

sqm m² sq m square meter square meters sq meters sq meter square m sqcm cm² sq cm square centimeter square centimeters sq centimeters sq centimeter square cm sqmm mm² sq mm square millimeter square millimeters sq millimeters sq millimeter square mm ha hectare hectares sqkm km² sq km square kilometer square kilometers sq kilometers sq kilometer square km sqft ft² sq ft square foot square feet sq feet sq foot square ft sqin in² sq in square inch square inches sq inches sq inch square in sqyd yd² sq yd square yard square yards sq yards sq yard square yd sqmi mi² sq mi square mile square miles sq miles sq mile square mi acre acres are ares dunam dunams donum donums tsubo 坪 坪数 tsubos ping pyeong pings pyong bigha bighas cuerda cuerdas rood roods perch perches section sections township townships

Volume units

liter L Ls litre liters litres milliliter mL mLs milliliters cubicMeter m³ cubic meter cubic meters cubicCentimeter cm³ cubic centimeter cubic centimeters cc cubic cm cubicMillimeter mm³ cubic millimeter cubic millimeters cubic mm gallon gal gals gallons us gallon us gallons quart qt qts quarts pint pt pts pints cup cups fluidOunce fl oz fl ozs fluid ounce fluid ounces floz tablespoon tbsp tbsps tablespoons teaspoon tsp tsps teaspoons cubicInch in³ cubic inch cubic inches cu in cubicFoot ft³ cubic foot cubic feet cu ft cubicYard yd³ cubic yard cubic yards cu yd ukGallon UK gal imperial gallon uk gallon uk gallons imperial gallons ukQuart UK qt imperial quart uk quart uk quarts imperial quarts ukPint UK pt imperial pint uk pint uk pints imperial pints ukCup UK cup imperial cup uk cup uk cups imperial cups ukFluidOunce UK fl oz imperial fluid ounce uk fluid ounce uk fluid ounces imperial fluid ounces ukTablespoon UK tbsp imperial tablespoon uk tablespoon uk tablespoons imperial tablespoons ukTeaspoon UK tsp imperial teaspoon uk teaspoon uk teaspoons imperial teaspoons

Mass units

kilogram kg kgs kilograms gram g grams gs milligram mg milligrams mgs microgram µg micrograms ug mcg metric ton t tonne tonnes metric tons pound lb lbs pounds ounce oz ounces ozs stone st stones ton short ton us ton us tons tons short tons long ton uk ton imperial ton imperial tons long tons

Temperature units

celsius °C C centigrade degrees Celsius degrees C kelvin K kelvins degrees K fahrenheit °F F degrees Fahrenheit degrees F

Variables

You can assign values or calculations to a variable, then use the variable in other calculations.

number of guests : 9
number of guests + 1 = 10.00
  • Updating the variable's value instantly updates everything that uses that variable.
  • Variable names can have spaces in them.
  • If you start typing 3 letters or more that match your variable, an autocomplete window will show up.
  • Variable autocomplete: if there is only one option, Tab will select it for autofill. If there are multiple, Tab will choose the first option and pressing a number key will choose the corresponding one.
  • You can assign the results of conversions to a variable. However, it will store only the resulting number and not the unit / currency.
table width : 58 cm to in = 22 13/16"
table width = 22.81
  • When using a variable that is the result of a conversion, you have to manually add the unit / currency if you want to use the variable in a subsequent conversion.
cost in CAD : 50 USD to CAD
cost in CAD CAD to USD = 50.00 USD
PrevList
NextSum
Was this helpful?