We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f69260 commit e61e6f1Copy full SHA for e61e6f1
1 file changed
lib/node_modules/@stdlib/math/strided/special/abs2/docs/repl.txt
@@ -14,7 +14,7 @@
14
N: integer
15
Number of indexed elements.
16
17
- dtypeX: string
+ dtypeX: any
18
Data type for `x`.
19
20
x: ArrayLikeObject
@@ -23,7 +23,7 @@
23
strideX: integer
24
Index increment for `x`.
25
26
- dtypeY: string
+ dtypeY: any
27
Data type for `y`.
28
29
y: ArrayLikeObject
@@ -75,7 +75,7 @@
75
76
77
78
79
80
81
@@ -87,7 +87,7 @@
87
offsetX: integer
88
Starting index for `x`.
89
90
91
92
93
0 commit comments