Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions lib/node_modules/@stdlib/blas/ext/base/zapx/test/test.ndarray.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ tape( 'the function supports an offset parameter', function test( t ) {
-2.0,
3.0, // 0
-4.0, // 0
0.0,
0.0,
5.0, // 1
6.0, // 1
0.0, // 1
0.0, // 1
5.0,
6.0,
0.0,
0.0,
0.0,
Expand All @@ -222,10 +222,10 @@ tape( 'the function supports an offset parameter', function test( t ) {
-2.0,
8.0, // 0
-9.0, // 0
5.0,
-5.0,
5.0, // 1
6.0, // 1
-5.0, // 1
5.0,
6.0,
0.0,
0.0,
0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ tape( 'the function supports an offset parameter', opts, function test( t ) {
-2.0,
3.0, // 0
-4.0, // 0
0.0,
0.0,
5.0, // 1
6.0, // 1
0.0, // 1
0.0, // 1
5.0,
6.0,
0.0,
0.0,
0.0,
Expand All @@ -231,10 +231,10 @@ tape( 'the function supports an offset parameter', opts, function test( t ) {
-2.0,
8.0, // 0
-9.0, // 0
5.0,
-5.0,
5.0, // 1
6.0, // 1
-5.0, // 1
5.0,
6.0,
0.0,
0.0,
0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@


{{alias}}.assign( x, out, stride, offset )
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp` and
assigns results to a provided output array.
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change.

and assigns results to a provided output array.

The first element of the returned array corresponds to `y` and the second to
`exp`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
- set: function which serves as a setter for the property, or, if no setter,
undefined. When assigning a property value, a setter function is called with
one argument (the value being assigned to the property) and with the `this`
context set to the object through which the property is assigned. Default: undefined.
context set to the object through which the property is
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change.

assigned. Default: undefined.

Parameters
----------
Expand Down