$divide
Divides the first number by the second number.
Last updated
Was this helpful?
Divides the first number by the second number.
{{$divide dividend divisor [format]}}
dividend
The first number in a division.
divisor
The second number in a division.
format
Format string used to format the result
Returns the total.
Example
{{$divide wins total_games}}{
"wins": 3,
"total_games": 15
}.2
Last updated
Was this helpful?
Was this helpful?