SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.34k stars 188 forks source link

[missing feature/s] NumSharp's np.around() method is missing decimals parameter which is available in NumPy #452

Open shashi4u opened 3 years ago

shashi4u commented 3 years ago

In NumPy user has control over on how many decimal places the floating point number can be rounded to by setting decimal argument in numpy.around() method.

However, NumSharp is missing this functionality.

It would be better if this feature is added to NumSharp's np.around() method.