I got this number 1.12412
and I want to round it to 1.12415
or 1.12410 (muliple of 5 in last decimal)
If using the Round(X,4)
function I get 1.1241 (4 decimals)
.
Is there a function that can make that happen? Thanks!
There is an answer in stack but using c# not python