minus

Subtracts one number from another.

Parameters

  • a {Number}: The minuend. This parameter is required.
  • b {Number}: The subtrahend. This parameter is required.
  • returns {Number}: The result of the subtraction.

Usage

{{ minus a b }}

Example

{{ minus 9 6 }} <!-- Outputs: 3 -->

Output

Was this article helpful to you?

Error loading component.

Error loading component.