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: lib/node_modules/@stdlib/array/one-to-like/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,15 @@ console.log( y );
135
135
136
136
<sectionclass="related">
137
137
138
+
* * *
139
+
140
+
## See Also
141
+
142
+
- <spanclass="package-name">[`@stdlib/array/full-like`][@stdlib/array/full-like]</span><spanclass="delimiter">: </span><spanclass="description">create a filled array having the same length and data type as a provided array.</span>
143
+
- <spanclass="package-name">[`@stdlib/array/ones-like`][@stdlib/array/ones-like]</span><spanclass="delimiter">: </span><spanclass="description">create an array filled with ones and having the same length and data type as a provided array.</span>
144
+
- <spanclass="package-name">[`@stdlib/array/one-to`][@stdlib/array/one-to]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array whose elements increment by 1 starting from one.</span>
145
+
- <spanclass="package-name">[`@stdlib/array/zero-to-like`][@stdlib/array/zero-to-like]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/ops/sub/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,7 @@ int main( void ) {
196
196
## See Also
197
197
198
198
- <spanclass="package-name">[`@stdlib/math/base/ops/add`][@stdlib/math/base/ops/add]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of two double-precision floating-point numbers.</span>
199
+
- <spanclass="package-name">[`@stdlib/math/base/ops/div`][@stdlib/math/base/ops/div]</span><spanclass="delimiter">: </span><spanclass="description">divide two double-precision floating-point numbers.</span>
199
200
- <spanclass="package-name">[`@stdlib/math/base/ops/mul`][@stdlib/math/base/ops/mul]</span><spanclass="delimiter">: </span><spanclass="description">multiply two double-precision floating-point numbers.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/copysign/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ int main( void ) {
190
190
191
191
## See Also
192
192
193
-
- <spanclass="package-name">[`@stdlib/math/base/special/flipsign`][@stdlib/math/base/special/flipsign]</span><spanclass="delimiter">: </span><spanclass="description">return a double-precision floating-point number with the magnitude of x and the sign of x*y.</span>
193
+
- <spanclass="package-name">[`@stdlib/math/base/special/flipsign`][@stdlib/math/base/special/flipsign]</span><spanclass="delimiter">: </span><spanclass="description">return a double-precision floating-point number with the magnitude of x and the sign of x\*y.</span>
- <spanclass="package-name">[`@stdlib/random/strided/chi`][@stdlib/random/strided/chi]</span><spanclass="delimiter">: </span><spanclass="description">fill a strided array with pseudorandom numbers drawn from a chi distribution.</span>
0 commit comments