fix bug in problem 92 .md
This commit is contained in:
parent
73ff926ba4
commit
b57ab2d92a
@ -1091,7 +1091,7 @@ print(R)
|
||||
```python
|
||||
# Author: Ryan G.
|
||||
|
||||
x = np.random.rand(5e7)
|
||||
x = np.random.rand(int(5e7))
|
||||
|
||||
%timeit np.power(x,3)
|
||||
%timeit x*x*x
|
||||
|
Loading…
Reference in New Issue
Block a user