Math Calculations

From WriteMonkey

Math Calculations

Home | Categories

Press CTRL+SHIFT+R after selecting a mathematical expression: 1+1 will turn into 1+1 = 2

  • 12 / 3 = 4
  • 2+4 * 3 = 14
  • (2+4) * 3 = 18
  • 3^4 = 81
  • 2 * pi = 6.2832

Decimal point = dot or comma: 2,5 + 1.2 = 3.7

image Do not use thousands separators (dot or comma). The parser will regard it as a decimal point.

  • 1,000*5 = 5
  • 1.000*5 = 5
  • 1000*5 = 5000

A beep will accompany faulty syntax which produces = ERROR

Please support the ongoing development of Writemonkey


WriteMonkey version 2.4.0.6 | This helpfile last updated on Aug 29, 2012 --- Stefan Müller