githubEdit

$divide

Divides the first number by the second number.

Signature

{{$divide dividend divisor [format]}}

Arguments

Name
Description
Type
Required

dividend

The first number in a division.

Number

divisor

The second number in a division.

Number

format

Format string used to format the result

String

Returns

Returns the total.

Example

{{$divide wins total_games}}

Last updated

Was this helpful?