> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{math}} helper

- URL: https://getpublii.com/dev/math-helper/
- Published: 2017-08-04T22:11:21.019Z
- Updated: 2024-02-08T11:48:15.104Z
- Description: Helper for doing a simple math operation. Available operations: +, -, \*, /, % Syntax: {{math ARG\_1 OPERATOR ARG\_2}} Examples: {{math @index '+' 1}} {{math…
- Author: Tomasz Dziuda
- Tags: Helpers

Helper for doing a simple math operation.

Available operations: +, -, \*, /, %

Syntax:

```handlebars
{{math ARG_1 OPERATOR ARG_2}}
```

Examples:

```handlebars
{{math @index '+' 1}}
```

```handlebars
{{math @index '-' 1}}
```
