apoc.math.minDouble Function APOC Core apoc.math.minDouble() | return the smallest positive nonzero value of type double Signature Copied!apoc.math.minDouble() :: (FLOAT?) Usage Examples Copied!RETURN apoc.math.minDouble() AS output; Table 1. Results output 4.9E-324 More documentation of apoc.math.minDouble