apoc.number.exact.toExact Function APOC Core apoc.number.exact.toExact(number) - return the exact value Signature apoc.number.exact.toExact(number :: INTEGER?) :: (INTEGER?) Input parameters Name Type Default number INTEGER? null Usage Examples RETURN apoc.number.exact.toExact(1213669989) as output; Table 1. Results output RETURN apoc.number.exact.toExact('1213669989') as output; apoc.number.exact.sub apoc.number.exact.toFloat