Skip to content

Evaluate Math Expression

Amadej Glasenčnik edited this page Dec 23, 2023 · 1 revision

Evaluate Math Expression

Evaluates simple math expression like 2*4 or 10/2 and outputs its result. You can use \ operator which is equivalent to round(a/b).

Very useful in CSS where numeric values should be modified frequently.

This action is invoked by pressing: Ctrl + Shift + Y