Browse Source

Numpy

pull/10/head
Jure Šorn 6 years ago
parent
commit
e9feb30189
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1735,7 +1735,7 @@ import numpy as np
```python
<2d_bool_array> = <2d_array> > 0
<1d_array> = <2d_array>[<2d_bool_array>]
``
```
### Broadcasting
**Broadcasting is a set of rules by which NumPy functions operate on arrays of different sizes and/or dimensions.**

Loading…
Cancel
Save