minus

Subtracts a number from another number.

Input

{{ 4 | minus: 2 }}

Output

2

Input

{{ 16 | minus: 4 }}

Output

12

Input

{{ 183.357 | minus: 12 }}

Output

171.357

© 2005, 2006 Tobias Luetke
Licensed under the MIT License.
https://shopify.github.io/liquid/filters/minus/