Skip to main content

DIVIDE

Divide one number by another

Example Usage

DIVIDE(5/8.75)

Overview

Function signature
DIVIDE(x, y)

Category
Math

Return data type
float

Arguments

NameDataTypeList Options                          Description
xfloatthe number on top of the divide operation
yfloatthe number on the bottom of the divide operation