Skip to main content

GREATER

Return the larger of two numbers

Example Usage

GREATER(1.50, 0.75) -> 1.50
GREATER(0, 0) -> 0

Overview

Function signature
GREATER(a, b)

Category
Math

Return data type
float

Arguments

NameDataTypeList Options                          Description
afloatFirst value to compare
bfloatSecond value to compare