Type a mathematical or logical expression below and get the result in one click.
Define named values once and reference them naturally in any expression. No string interpolation, no preprocessing — just clean, readable math.
{ "expression": "(price * qty) * (1 - discount)", "data": { "price": 50, "qty": 3, "discount": 0.10 } }