DIVIDE
Divide one number by another
Example Usage
Overview
Function signature
DIVIDE(x, y)
Category
Math
Return data type
float
Arguments
Name | DataType | List Options | Description |
---|
x | float | | the number on top of the divide operation |
y | float | | the number on the bottom of the divide operation |