FunctionsFunction ListGREATEROn this pageGREATER Return the larger of two numbers Example Usage GREATER(1.50, 0.75) -> 1.50GREATER(0, 0) -> 0 Overview Function signature GREATER(a, b) Category Math Return data type float Arguments NameDataTypeList Options DescriptionafloatFirst value to comparebfloatSecond value to compare