Closed wildart closed 2 years ago
Thanks @wildart for the PR. Can you explain why this is needed and also a small test?
I need to round a number after converting it with N function, e.g. round(N(x); digits = 2). This doesn't work because of missing kwargs in round override.
N
round(N(x); digits = 2)
round
Thanks
Thanks @wildart for the PR. Can you explain why this is needed and also a small test?