apoc.math.maxDouble Function apoc.math.maxDouble() - returns 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 Was this page helpful?