Skip to main content

Overview

The divide transformation divides the first number by the second number.

Syntax

divide(<variable 1>, <variable 2>)

Parameters

ParameterTypeRequiredDescription
variable 1numberYesThe dividend (number to be divided)
variable 2numberYesThe divisor (number to divide by)

Examples

divide(<variable 1>, <variable 2>)
Division by zero will result in an error. Ensure the divisor is not zero.