Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit25e9be2

Browse files
committed
Auto-generated commit
1 parentc4770a6 commit25e9be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ v = y[ ':' ];
206206
// returns [ 6, 6, 6, 6 ]
207207
```
208208

209-
Fancy array broadcasting follows the[same rules][@stdlib/ndarray/base/broadcast-shapes] as for[ndarrays][@stdlib/ndarray/ctor]. Consequently, when assigning arrays to slices, the array on the right-hand-side must be broadcast-compatible with number of elements in the slice. For example,
209+
Fancy array broadcasting follows the[same rules][@stdlib/ndarray/base/broadcast-shapes] as for[ndarrays][@stdlib/ndarray/ctor]. Consequently, when assigning arrays to slices, the array on the right-hand-side must be broadcast-compatible with number of elements in the slice. For example, each assignment expression in the following example follows broadcast rules and is thus valid.
210210

211211
```javascript
212212
var y=array2fancy( [1,2,3,4 ] );
@@ -241,7 +241,7 @@ v = y[ ':' ];
241241
// returns [ 5, 12, 7, 12 ]
242242
```
243243

244-
areall valid. However,
244+
However, the following assignment expressionsarenot valid.
245245

246246
<!-- run throws: true-->
247247

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp