calc
Apply a simple arithmetic operation to a number.
Syntax
{{ value | calc:"+10" }}{{ value | calc:"*2" }}{{ value | calc:"**3" }}Example
Basic usage
1{2 "count": 53}1{{ count | calc:"+10" }}115Behavior
- Supported operators are +, -, *, /, **, and ^.