Math Notebook
A new feature — a calculator notepad right inside massCode, inspired by Numi. Write expressions in natural language and get instant results on each line.
Features
- Arithmetic, percentages, powers, math functions (
sqrt,sin,log...) - Natural syntax:
15% of 200,5% off 300,sqrt 16 - Variables & aggregates:
price = $50 + $10,sum,average,prev - Unit conversion: length, weight, temperature, time, area, volume, data, CSS (
px,pt,em) - 28 currencies with live rates:
$100 to RUB,€50 + £20 - Date & time:
now,time in Tokyo,tomorrow + 2 weeks - Syntax highlighting, sheet management, click-to-copy results, total
What's Changed
- feat: add math notebook by @antonreshetov in #677
- fix(editor): use configured tab size for block indentation by @antonreshetov in #678
- fix(editor): prevent md-engine text overwrite during rapid typing by @antonreshetov in #679
Full Changelog: v4.5.0...v4.6.0