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
Copy file name to clipboardExpand all lines: spec/API_specification/array_object.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -294,6 +294,10 @@ Limiting the transpose to two-dimensional arrays (matrices) deviates from the Nu
294
294
295
295
Calculates the absolute value for each element of an array instance (i.e., the element-wise result has the same magnitude as the respective element but has positive sign).
296
296
297
+
```{note}
298
+
For signed integer data types, the absolute value of the minimum representable integer is implementation-dependent.
299
+
```
300
+
297
301
#### Special Cases
298
302
299
303
For floating-point operands, let `self` equal `x`.
0 commit comments