🔗 Numerals
Numerals turns any code block into an advanced calculator. Evaluates math expressions on each line of a code block, including units, currency, and optional TeX rendering
favorite
share
by RyanC
319
18,794
Latest Version
2 months ago
Changelog

🧪 Beta Release 1.4.1 🧪 (Bug fix only)

  • Fixes bug with result insertion. Result insertion can now be used on the same line as initial assignment to a variable:
a = 1
b = 2
@[result] = a + b

Once rendered, will become:

a = 1
b = 2
@[result::3] = a + b