apoc.math.maxDouble Function APOC Core apoc.math.maxDouble() | return the largest positive finite value of type double Signature apoc.math.maxDouble() :: (FLOAT?) Usage Examples RETURN apoc.math.maxDouble() AS output; Table 1. Results output 1.7976931348623157E308 More documentation of apoc.math.maxDouble apoc.math.maxByte apoc.math.maxInt