如何将NumPy数组的元素四舍五入到最接近的整数
在这篇文章中,让我们讨论如何将NumPy数组中的元素四舍五入到最接近的整数。Python的numpy.rint()函数,可以将数组中的元素转换成最接近的整数。
语法: numpy.rint(x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj] ) =<ufunc ‘rint’>
示例 1:
输出:
示例 2:
输出: