apoc.math.maxDoubleFunction Details Syntax apoc.math.maxDouble() Description Returns the largest positive finite value of type double. Returns FLOAT Usage Examples Copied!RETURN apoc.math.maxDouble() AS output; Results output 1.7976931348623157E308 More documentation of apoc.math.maxDouble apoc.math.maxByte apoc.math.maxInt