You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="decimals">Number of decimal places to round to</param>
24
+
/// <param name="outType">The dtype the returned ndarray should be of, only non integer values are supported.</param>
25
+
/// <returns>An array of the same type as a, containing the rounded values. Unless out was specified, a new array is created. A reference to the result is returned.
26
+
/// The real and imaginary parts of complex numbers are rounded separately.The result of rounding a float is a float.</returns>
/// <param name="decimals">Number of decimal places to round to</param>
47
+
/// <param name="outType">The dtype the returned ndarray should be of, only non integer values are supported.</param>
48
+
/// <returns>An array of the same type as a, containing the rounded values. Unless out was specified, a new array is created. A reference to the result is returned.
49
+
/// The real and imaginary parts of complex numbers are rounded separately.The result of rounding a float is a float.</returns>
/// <param name="decimals">Number of decimal places to round to</param>
70
+
/// <param name="outType">The dtype the returned ndarray should be of, only non integer values are supported.</param>
71
+
/// <returns>An array of the same type as a, containing the rounded values. Unless out was specified, a new array is created. A reference to the result is returned.
72
+
/// The real and imaginary parts of complex numbers are rounded separately.The result of rounding a float is a float.</returns>
/// <param name="decimals">Number of decimal places to round to</param>
93
+
/// <param name="outType">The dtype the returned ndarray should be of, only non integer values are supported.</param>
94
+
/// <returns>An array of the same type as a, containing the rounded values. Unless out was specified, a new array is created. A reference to the result is returned.
95
+
/// The real and imaginary parts of complex numbers are rounded separately.The result of rounding a float is a float.</returns>
0 commit comments