I do not know how to round a number in MongoDB. I only find how to do it with 2 decimals but not with more decimals.
"location" : {
"type" : "Point",
"coordinates" : [
-74.00568,
40.70511
]
}
These is an example of a coordinate that I need to round with 3 numbers after the dot. Thank you