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