Back to Numerical Arrays (NumPy)
np.round
Round to nearest even value (banker's rounding).
Syntax
np.round(x)
Description
Round to nearest even value (banker's rounding).
Parameters
| Name | Description |
|---|---|
| x | NDArray |
Returns
NDArray